Color Hex Logo

#c956cd Color Hex

#C956CD
(201,86,205)
0 Favorites   0 Comments

Color spaces of #c956cd

RGB 20186205
HSL0.830.540.57
HSV298°58°80°
CMYK 0.020.580.00   0.20
XYZ38.434623.480960.2641
Yxy23.48090.31460.1922
Hunter Lab48.457156.7805-39.8166
CIE-Lab55.564361.2746-40.8220

#c956cd color RGB value is (201,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 11001101
Octal 311 126 315
Decimal 201 86 205
Hex C9 56 CD

RGB Percentages of Color #c956cd

%40.85
%17.48
%41.67

CMYK Percentages of Color #c956cd

%2
%58
%0
%20

Triadic Colors of #c956cd

#c956cd #cdc956 #56cdc9

Analogous Colors of #c956cd

#c956cd #cd5696 #8e56cd

Monochromatic Colors of #c956cd

#c956cd

Complementary Color

#c956cd #5acd56

#c956cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956cd Color CSS Codes

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

#c956cd Text Font Color

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

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


#c956cd Background Color

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

This div background color is #c956cd


#c956cd Border Color

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

This div border color is #c956cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956cd


Comments

No comments written yet.

Please login to write comment.