Color Hex Logo

#c9bbdc Color Hex

#C9BBDC
(201,187,220)
0 Favorites   0 Comments

Color spaces of #c9bbdc

RGB 201187220
HSL0.740.320.80
HSV265°15°86°
CMYK 0.090.150.00   0.14
XYZ54.776053.125575.0774
Yxy53.12550.29940.2903
Hunter Lab72.88726.5931-10.0505
CIE-Lab77.949011.1373-14.7093

#c9bbdc color RGB value is (201,187,220).

#c9bbdc hex color red value is 201, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9bbdc hue: 0.74 , saturation: 0.32 and the lightness value of c9bbdc is 0.80.

The process color (four color CMYK) of #c9bbdc color hex is 0.09, 0.15, 0.00, 0.14. Web safe color of #c9bbdc is #cccccc. Color #c9bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 11011100
Octal 311 273 334
Decimal 201 187 220
Hex C9 BB DC

RGB Percentages of Color #c9bbdc

%33.06
%30.76
%36.18

CMYK Percentages of Color #c9bbdc

%9
%15
%0
%14

Triadic Colors of #c9bbdc

#c9bbdc #dcc9bb #bbdcc9

Analogous Colors of #c9bbdc

#c9bbdc #dabbdc #bbbedc

Monochromatic Colors of #c9bbdc

#c9bbdc

Complementary Color

#c9bbdc #cedcbb

#c9bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bbdc Color CSS Codes

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

#c9bbdc Text Font Color

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

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


#c9bbdc Background Color

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

This div background color is #c9bbdc


#c9bbdc Border Color

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

This div border color is #c9bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bbdc


Comments

No comments written yet.

Please login to write comment.