Color Hex Logo

#d9bbca Color Hex

#D9BBCA
(217,187,202)
0 Favorites   0 Comments

Color spaces of #d9bbca

RGB 217187202
HSL0.920.280.79
HSV330°14°85°
CMYK 0.000.140.07   0.15
XYZ57.046354.556663.4009
Yxy54.55660.32600.3117
Hunter Lab73.86248.60190.8113
CIE-Lab78.785213.2041-3.5870

#d9bbca color RGB value is (217,187,202).

#d9bbca hex color red value is 217, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d9bbca hue: 0.92 , saturation: 0.28 and the lightness value of d9bbca is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111011 11001010
Octal 331 273 312
Decimal 217 187 202
Hex D9 BB CA

RGB Percentages of Color #d9bbca

%35.81
%30.86
%33.33

CMYK Percentages of Color #d9bbca

%0
%14
%7
%15

Triadic Colors of #d9bbca

#d9bbca #cad9bb #bbcad9

Analogous Colors of #d9bbca

#d9bbca #d9bbbb #d9bbd9

Monochromatic Colors of #d9bbca

#d9bbca

Complementary Color

#d9bbca #bbd9ca

#d9bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbca Color CSS Codes

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

#d9bbca Text Font Color

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

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


#d9bbca Background Color

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

This div background color is #d9bbca


#d9bbca Border Color

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

This div border color is #d9bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbca


Comments

No comments written yet.

Please login to write comment.