Color Hex Logo

#cbb4bb Color Hex

#CBB4BB
(203,180,187)
0 Favorites   0 Comments

Color spaces of #cbb4bb

RGB 203180187
HSL0.950.180.75
HSV342°11°80°
CMYK 0.000.110.08   0.20
XYZ49.919548.926953.8265
Yxy48.92690.32700.3205
Hunter Lab69.94784.98123.3383
CIE-Lab75.40589.4199-0.5438

#cbb4bb color RGB value is (203,180,187).

#cbb4bb hex color red value is 203, green value is 180 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbb4bb hue: 0.95 , saturation: 0.18 and the lightness value of cbb4bb is 0.75.

The process color (four color CMYK) of #cbb4bb color hex is 0.00, 0.11, 0.08, 0.20. Web safe color of #cbb4bb is #cccccc. Color #cbb4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 10111011
Octal 313 264 273
Decimal 203 180 187
Hex CB B4 BB

RGB Percentages of Color #cbb4bb

%35.61
%31.58
%32.81

CMYK Percentages of Color #cbb4bb

%0
%11
%8
%20

Triadic Colors of #cbb4bb

#cbb4bb #bbcbb4 #b4bbcb

Analogous Colors of #cbb4bb

#cbb4bb #cbb9b4 #cbb4c7

Monochromatic Colors of #cbb4bb

#cbb4bb

Complementary Color

#cbb4bb #b4cbc4

#cbb4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4bb Color CSS Codes

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

#cbb4bb Text Font Color

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

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


#cbb4bb Background Color

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

This div background color is #cbb4bb


#cbb4bb Border Color

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

This div border color is #cbb4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4bb


Comments

No comments written yet.

Please login to write comment.