Color Hex Logo

#d9bacb Color Hex

#D9BACB
(217,186,203)
0 Favorites   0 Comments

Color spaces of #d9bacb

RGB 217186203
HSL0.910.290.79
HSV327°14°85°
CMYK 0.000.140.06   0.15
XYZ56.953754.181363.9562
Yxy54.18130.32530.3094
Hunter Lab73.60799.29940.0099
CIE-Lab78.567313.9148-4.4488

#d9bacb color RGB value is (217,186,203).

#d9bacb hex color red value is 217, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9bacb hue: 0.91 , saturation: 0.29 and the lightness value of d9bacb is 0.79.

The process color (four color CMYK) of #d9bacb color hex is 0.00, 0.14, 0.06, 0.15. Web safe color of #d9bacb is #cccccc. Color #d9bacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11001011
Octal 331 272 313
Decimal 217 186 203
Hex D9 BA CB

RGB Percentages of Color #d9bacb

%35.81
%30.69
%33.50

CMYK Percentages of Color #d9bacb

%0
%14
%6
%15

Triadic Colors of #d9bacb

#d9bacb #cbd9ba #bacbd9

Analogous Colors of #d9bacb

#d9bacb #d9babc #d8bad9

Monochromatic Colors of #d9bacb

#d9bacb

Complementary Color

#d9bacb #bad9c8

#d9bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bacb Color CSS Codes

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

#d9bacb Text Font Color

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

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


#d9bacb Background Color

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

This div background color is #d9bacb


#d9bacb Border Color

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

This div border color is #d9bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bacb


Comments

No comments written yet.

Please login to write comment.