Color Hex Logo

#c954ce Color Hex

#C954CE
(201,84,206)
0 Favorites   0 Comments

Color spaces of #c954ce

RGB 20184206
HSL0.830.550.57
HSV298°59°81°
CMYK 0.020.590.00   0.19
XYZ38.398323.214460.8495
Yxy23.21440.31360.1896
Hunter Lab48.181357.9390-41.1520
CIE-Lab55.292562.3296-41.8206

#c954ce color RGB value is (201,84,206).

#c954ce hex color red value is 201, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c954ce hue: 0.83 , saturation: 0.55 and the lightness value of c954ce is 0.57.

The process color (four color CMYK) of #c954ce color hex is 0.02, 0.59, 0.00, 0.19. Web safe color of #c954ce is #cc66cc. Color #c954ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 11001110
Octal 311 124 316
Decimal 201 84 206
Hex C9 54 CE

RGB Percentages of Color #c954ce

%40.94
%17.11
%41.96

CMYK Percentages of Color #c954ce

%2
%59
%0
%19

Triadic Colors of #c954ce

#c954ce #cec954 #54cec9

Analogous Colors of #c954ce

#c954ce #ce5496 #8c54ce

Monochromatic Colors of #c954ce

#c954ce

Complementary Color

#c954ce #59ce54

#c954ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c954ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c954ce Color CSS Codes

.mybgcolor {background-color:#c954ce; } 
.myforecolor {color:#c954ce; }
.mybordercolor {border:3px solid #c954ce; }

#c954ce Text Font Color

<p style="color:#c954ce">Text here</p>

This sample text font color is #c954ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c954ce Background Color

<div style="background-color:#c954ce">
Div content here</div>

This div background color is #c954ce


#c954ce Border Color

<div style="border:3px solid #c954ce">
Div here</div>

This div border color is #c954ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,84,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c954ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c954ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c954ce;
  box-shadow:         1px 1px 3px 2px #c954ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,84,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c954ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c954ce;
  -webkit-box-shadow: 1px 1px 3px 2px #c954ce;
  box-shadow:         1px 1px 3px 2px #c954ce;">
Div content here</div>

This div box has shadow with color #c954ce


Comments

No comments written yet.

Please login to write comment.