Color Hex Logo

#cb9bbb Color Hex

#CB9BBB
(203,155,187)
0 Favorites   0 Comments

Color spaces of #cb9bbb

RGB 203155187
HSL0.890.320.70
HSV320°24°80°
CMYK 0.000.240.08   0.20
XYZ45.319639.727152.2932
Yxy39.72710.33000.2893
Hunter Lab63.029418.0440-5.0701
CIE-Lab69.274723.0548-9.5987

#cb9bbb color RGB value is (203,155,187).

#cb9bbb hex color red value is 203, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb9bbb hue: 0.89 , saturation: 0.32 and the lightness value of cb9bbb is 0.70.

The process color (four color CMYK) of #cb9bbb color hex is 0.00, 0.24, 0.08, 0.20. Web safe color of #cb9bbb is #cc99cc. Color #cb9bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011011 10111011
Octal 313 233 273
Decimal 203 155 187
Hex CB 9B BB

RGB Percentages of Color #cb9bbb

%37.25
%28.44
%34.31

CMYK Percentages of Color #cb9bbb

%0
%24
%8
%20

Triadic Colors of #cb9bbb

#cb9bbb #bbcb9b #9bbbcb

Analogous Colors of #cb9bbb

#cb9bbb #cb9ba3 #c39bcb

Monochromatic Colors of #cb9bbb

#cb9bbb

Complementary Color

#cb9bbb #9bcbab

#cb9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9bbb Color CSS Codes

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

#cb9bbb Text Font Color

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

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


#cb9bbb Background Color

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

This div background color is #cb9bbb


#cb9bbb Border Color

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

This div border color is #cb9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9bbb


Comments

No comments written yet.

Please login to write comment.