Color Hex Logo

#d99bbd Color Hex

#D99BBD
(217,155,189)
0 Favorites   0 Comments

Color spaces of #d99bbd

RGB 217155189
HSL0.910.450.73
HSV327°29°85°
CMYK 0.000.290.13   0.15
XYZ49.521941.868553.6155
Yxy41.86850.34150.2887
Hunter Lab64.705923.3777-3.8338
CIE-Lab70.780228.2843-8.3122

#d99bbd color RGB value is (217,155,189).

#d99bbd hex color red value is 217, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d99bbd hue: 0.91 , saturation: 0.45 and the lightness value of d99bbd is 0.73.

The process color (four color CMYK) of #d99bbd color hex is 0.00, 0.29, 0.13, 0.15. Web safe color of #d99bbd is #cc99cc. Color #d99bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 10111101
Octal 331 233 275
Decimal 217 155 189
Hex D9 9B BD

RGB Percentages of Color #d99bbd

%38.68
%27.63
%33.69

CMYK Percentages of Color #d99bbd

%0
%29
%13
%15

Triadic Colors of #d99bbd

#d99bbd #bdd99b #9bbdd9

Analogous Colors of #d99bbd

#d99bbd #d99b9e #d69bd9

Monochromatic Colors of #d99bbd

#d99bbd

Complementary Color

#d99bbd #9bd9b7

#d99bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bbd Color CSS Codes

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

#d99bbd Text Font Color

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

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


#d99bbd Background Color

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

This div background color is #d99bbd


#d99bbd Border Color

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

This div border color is #d99bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bbd


Comments

No comments written yet.

Please login to write comment.