Color Hex Logo

#d99ebb Color Hex

#D99EBB
(217,158,187)
0 Favorites   0 Comments

Color spaces of #d99ebb

RGB 217158187
HSL0.920.440.74
HSV331°27°85°
CMYK 0.000.270.14   0.15
XYZ49.811842.793352.6483
Yxy42.79330.34290.2946
Hunter Lab65.416621.4407-1.9259
CIE-Lab71.414526.3338-6.2632

#d99ebb color RGB value is (217,158,187).

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

The process color (four color CMYK) of #d99ebb color hex is 0.00, 0.27, 0.14, 0.15. Web safe color of #d99ebb is #cc99cc. Color #d99ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 10111011
Octal 331 236 273
Decimal 217 158 187
Hex D9 9E BB

RGB Percentages of Color #d99ebb

%38.61
%28.11
%33.27

CMYK Percentages of Color #d99ebb

%0
%27
%14
%15

Triadic Colors of #d99ebb

#d99ebb #bbd99e #9ebbd9

Analogous Colors of #d99ebb

#d99ebb #d99f9e #d99ed9

Monochromatic Colors of #d99ebb

#d99ebb

Complementary Color

#d99ebb #9ed9bc

#d99ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99ebb Color CSS Codes

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

#d99ebb Text Font Color

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

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


#d99ebb Background Color

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

This div background color is #d99ebb


#d99ebb Border Color

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

This div border color is #d99ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99ebb


Comments

No comments written yet.

Please login to write comment.