Color Hex Logo

#c95cdc Color Hex

#C95CDC
(201,92,220)
0 Favorites   0 Comments

Color spaces of #c95cdc

RGB 20192220
HSL0.810.650.61
HSV291°58°86°
CMYK 0.090.580.00   0.14
XYZ40.832825.239170.4297
Yxy25.23910.29910.1849
Hunter Lab50.238557.1635-47.9520
CIE-Lab57.307661.2957-46.5740

#c95cdc color RGB value is (201,92,220).

#c95cdc hex color red value is 201, green value is 92 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c95cdc hue: 0.81 , saturation: 0.65 and the lightness value of c95cdc is 0.61.

The process color (four color CMYK) of #c95cdc color hex is 0.09, 0.58, 0.00, 0.14. Web safe color of #c95cdc is #cc66cc. Color #c95cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 11011100
Octal 311 134 334
Decimal 201 92 220
Hex C9 5C DC

RGB Percentages of Color #c95cdc

%39.18
%17.93
%42.88

CMYK Percentages of Color #c95cdc

%9
%58
%0
%14

Triadic Colors of #c95cdc

#c95cdc #dcc95c #5cdcc9

Analogous Colors of #c95cdc

#c95cdc #dc5caf #895cdc

Monochromatic Colors of #c95cdc

#c95cdc

Complementary Color

#c95cdc #6fdc5c

#c95cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95cdc Color CSS Codes

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

#c95cdc Text Font Color

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

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


#c95cdc Background Color

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

This div background color is #c95cdc


#c95cdc Border Color

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

This div border color is #c95cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95cdc


Comments

No comments written yet.

Please login to write comment.