Color Hex Logo

#c96dcb Color Hex

#C96DCB
(201,109,203)
0 Favorites   0 Comments

Color spaces of #c96dcb

RGB 201109203
HSL0.830.470.61
HSV299°46°80°
CMYK 0.010.460.00   0.20
XYZ40.335527.666659.7142
Yxy27.66660.31580.2166
Hunter Lab52.599044.8341-30.4909
CIE-Lab59.586349.9359-33.3865

#c96dcb color RGB value is (201,109,203).

#c96dcb hex color red value is 201, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c96dcb hue: 0.83 , saturation: 0.47 and the lightness value of c96dcb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101101 11001011
Octal 311 155 313
Decimal 201 109 203
Hex C9 6D CB

RGB Percentages of Color #c96dcb

%39.18
%21.25
%39.57

CMYK Percentages of Color #c96dcb

%1
%46
%0
%20

Triadic Colors of #c96dcb

#c96dcb #cbc96d #6dcbc9

Analogous Colors of #c96dcb

#c96dcb #cb6d9e #9a6dcb

Monochromatic Colors of #c96dcb

#c96dcb

Complementary Color

#c96dcb #6fcb6d

#c96dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96dcb Color CSS Codes

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

#c96dcb Text Font Color

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

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


#c96dcb Background Color

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

This div background color is #c96dcb


#c96dcb Border Color

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

This div border color is #c96dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96dcb


Comments

No comments written yet.

Please login to write comment.