Difference between revisions of "Color Name"

From MafiaWiki
Jump to: navigation, search
(Notes: added a note)
m (Useful Websites: added a little headline for the other links)
Line 43: Line 43:
 
:[http://www.sc2mafia.com/forum/showthread.php/802-Colored-Names-Explained SC2Mafia Forum: Colored Names Explained]
 
:[http://www.sc2mafia.com/forum/showthread.php/802-Colored-Names-Explained SC2Mafia Forum: Colored Names Explained]
  
 +
Other useful websites:
 
# [http://www.computerhope.com/htmcolor.htm http://www.computerhope.com/htmcolor.htm]
 
# [http://www.computerhope.com/htmcolor.htm http://www.computerhope.com/htmcolor.htm]
 
# [http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626 http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626]
 
# [http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626 http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626]

Revision as of 12:28, 29 September 2012

When you have more then 5,000 points the Name Restrictions are lifted. Along with being able to have a longer name and special characters, you can also use color codes to change the color of your name.

Name Restrictions

Before you reach the 5,000 points, the Name Restrictions are as follows:

  • Name length can't be more then 20 characters.
  • Name can't contain any special characters.

Color Codes

Input color values using HTML coding. In essence, HTML coding is a 6 digit/letter combination used for a specific color value.

Coding Format

<c val="FF0000">The text here will be red</c>

Anything between the "opening" and "closing" brackets will be the color chosen.

So to make R red it would look like this:

<c val="FF0000">R</c>

Example

Red:

<c val="FF0000">Red</c>

Orange:

<c val="fe8a0e">Orange</c>

Yellow:

<c val="FFFF00">Yellow</c>

Green:

<c val="00FF00">Green</c>

Teal:

<c val="00FFFF">Teal</c>

Blue:

<c val="151B8D">Blue</c>

Purple:

<c val="842DCE">Purple</c>

RAINBOW Exaple:

<c val="FF0000">R</c><c val="fe8a0e">A</c><c val="FFFF00">I</c>
<c val="00FF00">N</c><c val="00FFFF">B</c><c val="151B8D">O</c>
<c val="842DCE">W</c>


Useful Websites

If you need help there is a thread on the Mafia forum here:

SC2Mafia Forum: Colored Names Explained

Other useful websites:

  1. http://www.computerhope.com/htmcolor.htm
  2. http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626
  3. http://www.herethere.net/~samson/php/color_gradient/ (For making gradients)
  4. http://patorjk.com/text-color-fader/ (Color fading)

Notes

  • There is a 255 character limit set in place for starcraft. 12-13 Different colors is about the max that you may use in any name before it will be cut off.
  • Color Codes also work in Last Wills.