Color Hex Logo

#c956ce Color Hex

#C956CE
(201,86,206)
0 Favorites   0 Comments

Color spaces of #c956ce

RGB 20186206
HSL0.830.550.57
HSV298°58°81°
CMYK 0.020.580.00   0.19
XYZ38.555823.529360.9020
Yxy23.52930.31350.1913
Hunter Lab48.507056.9935-40.4855
CIE-Lab55.613461.4511-41.3147

#c956ce color RGB value is (201,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 11001110
Octal 311 126 316
Decimal 201 86 206
Hex C9 56 CE

RGB Percentages of Color #c956ce

%40.77
%17.44
%41.78

CMYK Percentages of Color #c956ce

%2
%58
%0
%19

Triadic Colors of #c956ce

#c956ce #cec956 #56cec9

Analogous Colors of #c956ce

#c956ce #ce5697 #8d56ce

Monochromatic Colors of #c956ce

#c956ce

Complementary Color

#c956ce #5bce56

#c956ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956ce Color CSS Codes

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

#c956ce Text Font Color

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

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


#c956ce Background Color

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

This div background color is #c956ce


#c956ce Border Color

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

This div border color is #c956ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956ce


Comments

No comments written yet.

Please login to write comment.