Color Hex Logo

#d99bde Color Hex

#D99BDE
(217,155,222)
0 Favorites   0 Comments

Color spaces of #d99bde

RGB 217155222
HSL0.820.500.74
HSV296°30°87°
CMYK 0.020.300.00   0.13
XYZ53.521443.468374.6766
Yxy43.46830.31180.2532
Hunter Lab65.930529.5253-21.0039
CIE-Lab71.871734.1315-24.8726

#d99bde color RGB value is (217,155,222).

#d99bde hex color red value is 217, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d99bde hue: 0.82 , saturation: 0.50 and the lightness value of d99bde is 0.74.

The process color (four color CMYK) of #d99bde color hex is 0.02, 0.30, 0.00, 0.13. Web safe color of #d99bde is #cc99cc. Color #d99bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 11011110
Octal 331 233 336
Decimal 217 155 222
Hex D9 9B DE

RGB Percentages of Color #d99bde

%36.53
%26.09
%37.37

CMYK Percentages of Color #d99bde

%2
%30
%0
%13

Triadic Colors of #d99bde

#d99bde #ded99b #9bded9

Analogous Colors of #d99bde

#d99bde #de9bc2 #b89bde

Monochromatic Colors of #d99bde

#d99bde

Complementary Color

#d99bde #a0de9b

#d99bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bde Color CSS Codes

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

#d99bde Text Font Color

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

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


#d99bde Background Color

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

This div background color is #d99bde


#d99bde Border Color

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

This div border color is #d99bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bde


Comments

No comments written yet.

Please login to write comment.