Color Hex Logo

#d0bdcb Color Hex

#D0BDCB
(208,189,203)
0 Favorites   0 Comments

Color spaces of #d0bdcb

RGB 208189203
HSL0.880.170.78
HSV316°82°
CMYK 0.000.090.02   0.18
XYZ54.989554.116964.0473
Yxy54.11690.31760.3125
Hunter Lab73.56424.6921-0.1248
CIE-Lab78.52989.1737-4.5929

#d0bdcb color RGB value is (208,189,203).

#d0bdcb hex color red value is 208, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d0bdcb hue: 0.88 , saturation: 0.17 and the lightness value of d0bdcb is 0.78.

The process color (four color CMYK) of #d0bdcb color hex is 0.00, 0.09, 0.02, 0.18. Web safe color of #d0bdcb is #cccccc. Color #d0bdcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111101 11001011
Octal 320 275 313
Decimal 208 189 203
Hex D0 BD CB

RGB Percentages of Color #d0bdcb

%34.67
%31.50
%33.83

CMYK Percentages of Color #d0bdcb

%0
%9
%2
%18

Triadic Colors of #d0bdcb

#d0bdcb #cbd0bd #bdcbd0

Analogous Colors of #d0bdcb

#d0bdcb #d0bdc2 #ccbdd0

Monochromatic Colors of #d0bdcb

#d0bdcb

Complementary Color

#d0bdcb #bdd0c2

#d0bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bdcb Color CSS Codes

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

#d0bdcb Text Font Color

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

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


#d0bdcb Background Color

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

This div background color is #d0bdcb


#d0bdcb Border Color

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

This div border color is #d0bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bdcb


Comments

No comments written yet.

Please login to write comment.