Color Hex Logo

#c959ce Color Hex

#C959CE
(201,89,206)
0 Favorites   0 Comments

Color spaces of #c959ce

RGB 20189206
HSL0.830.540.58
HSV297°57°81°
CMYK 0.020.570.00   0.19
XYZ38.800424.018560.9835
Yxy24.01850.31340.1940
Hunter Lab49.008755.5541-39.4709
CIE-Lab56.106360.1076-40.5383

#c959ce color RGB value is (201,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 11001110
Octal 311 131 316
Decimal 201 89 206
Hex C9 59 CE

RGB Percentages of Color #c959ce

%40.52
%17.94
%41.53

CMYK Percentages of Color #c959ce

%2
%57
%0
%19

Triadic Colors of #c959ce

#c959ce #cec959 #59cec9

Analogous Colors of #c959ce

#c959ce #ce5999 #8f59ce

Monochromatic Colors of #c959ce

#c959ce

Complementary Color

#c959ce #5ece59

#c959ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c959ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c959ce Color CSS Codes

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

#c959ce Text Font Color

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

This sample text font color is #c959ce
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.


#c959ce Background Color

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

This div background color is #c959ce


#c959ce Border Color

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

This div border color is #c959ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,89,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 #c959ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c959ce


Comments

No comments written yet.

Please login to write comment.