Color Hex Logo

#cbb4bd Color Hex

#CBB4BD
(203,180,189)
0 Favorites   0 Comments

Color spaces of #cbb4bd

RGB 203180189
HSL0.930.180.75
HSV337°11°80°
CMYK 0.000.110.07   0.20
XYZ50.135249.013154.9622
Yxy49.01310.32530.3180
Hunter Lab70.00945.31132.4598
CIE-Lab75.45959.7689-1.5558

#cbb4bd color RGB value is (203,180,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 10111101
Octal 313 264 275
Decimal 203 180 189
Hex CB B4 BD

RGB Percentages of Color #cbb4bd

%35.49
%31.47
%33.04

CMYK Percentages of Color #cbb4bd

%0
%11
%7
%20

Triadic Colors of #cbb4bd

#cbb4bd #bdcbb4 #b4bdcb

Analogous Colors of #cbb4bd

#cbb4bd #cbb7b4 #cbb4c9

Monochromatic Colors of #cbb4bd

#cbb4bd

Complementary Color

#cbb4bd #b4cbc2

#cbb4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4bd Color CSS Codes

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

#cbb4bd Text Font Color

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

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


#cbb4bd Background Color

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

This div background color is #cbb4bd


#cbb4bd Border Color

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

This div border color is #cbb4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4bd


Comments

No comments written yet.

Please login to write comment.