Color Hex Logo

#c956cc Color Hex

#C956CC
(201,86,204)
0 Favorites   0 Comments

Color spaces of #c956cc

RGB 20186204
HSL0.830.540.57
HSV298°58°80°
CMYK 0.010.580.00   0.20
XYZ38.314323.432759.6303
Yxy23.43270.31570.1931
Hunter Lab48.407356.5695-39.1509
CIE-Lab55.515361.0997-40.3288

#c956cc color RGB value is (201,86,204).

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

The process color (four color CMYK) of #c956cc color hex is 0.01, 0.58, 0.00, 0.20. Web safe color of #c956cc is #cc66cc. Color #c956cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 11001100
Octal 311 126 314
Decimal 201 86 204
Hex C9 56 CC

RGB Percentages of Color #c956cc

%40.94
%17.52
%41.55

CMYK Percentages of Color #c956cc

%1
%58
%0
%20

Triadic Colors of #c956cc

#c956cc #ccc956 #56ccc9

Analogous Colors of #c956cc

#c956cc #cc5694 #8e56cc

Monochromatic Colors of #c956cc

#c956cc

Complementary Color

#c956cc #59cc56

#c956cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956cc Color CSS Codes

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

#c956cc Text Font Color

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

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


#c956cc Background Color

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

This div background color is #c956cc


#c956cc Border Color

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

This div border color is #c956cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956cc


Comments

No comments written yet.

Please login to write comment.