Color Hex Logo

#cb9dcc Color Hex

#CB9DCC
(203,157,204)
0 Favorites   0 Comments

Color spaces of #cb9dcc

RGB 203157204
HSL0.830.320.71
HSV299°23°80°
CMYK 0.000.230.00   0.20
XYZ47.584741.170162.5654
Yxy41.17010.31450.2721
Hunter Lab64.163920.0907-12.8981
CIE-Lab70.294925.0596-17.4885

#cb9dcc color RGB value is (203,157,204).

#cb9dcc hex color red value is 203, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb9dcc hue: 0.83 , saturation: 0.32 and the lightness value of cb9dcc is 0.71.

The process color (four color CMYK) of #cb9dcc color hex is 0.00, 0.23, 0.00, 0.20. Web safe color of #cb9dcc is #cc99cc. Color #cb9dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 11001100
Octal 313 235 314
Decimal 203 157 204
Hex CB 9D CC

RGB Percentages of Color #cb9dcc

%35.99
%27.84
%36.17

CMYK Percentages of Color #cb9dcc

%0
%23
%0
%20

Triadic Colors of #cb9dcc

#cb9dcc #cccb9d #9dcccb

Analogous Colors of #cb9dcc

#cb9dcc #cc9db6 #b49dcc

Monochromatic Colors of #cb9dcc

#cb9dcc

Complementary Color

#cb9dcc #9ecc9d

#cb9dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9dcc Color CSS Codes

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

#cb9dcc Text Font Color

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

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


#cb9dcc Background Color

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

This div background color is #cb9dcc


#cb9dcc Border Color

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

This div border color is #cb9dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9dcc

#cb9dcc Color Palettes


Comments

No comments written yet.

Please login to write comment.