Color Hex Logo

#d49ebd Color Hex

#D49EBD
(212,158,189)
0 Favorites   0 Comments

Color spaces of #d49ebd

RGB 212158189
HSL0.900.390.73
HSV326°25°83°
CMYK 0.000.250.11   0.17
XYZ48.563542.124953.7155
Yxy42.12490.33630.2917
Hunter Lab64.903719.9793-3.6369
CIE-Lab70.956924.9099-8.1056

#d49ebd color RGB value is (212,158,189).

#d49ebd hex color red value is 212, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d49ebd hue: 0.90 , saturation: 0.39 and the lightness value of d49ebd is 0.73.

The process color (four color CMYK) of #d49ebd color hex is 0.00, 0.25, 0.11, 0.17. Web safe color of #d49ebd is #cc99cc. Color #d49ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 10111101
Octal 324 236 275
Decimal 212 158 189
Hex D4 9E BD

RGB Percentages of Color #d49ebd

%37.92
%28.26
%33.81

CMYK Percentages of Color #d49ebd

%0
%25
%11
%17

Triadic Colors of #d49ebd

#d49ebd #bdd49e #9ebdd4

Analogous Colors of #d49ebd

#d49ebd #d49ea2 #d09ed4

Monochromatic Colors of #d49ebd

#d49ebd

Complementary Color

#d49ebd #9ed4b5

#d49ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49ebd Color CSS Codes

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

#d49ebd Text Font Color

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

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


#d49ebd Background Color

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

This div background color is #d49ebd


#d49ebd Border Color

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

This div border color is #d49ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49ebd


Comments

No comments written yet.

Please login to write comment.