Color Hex Logo

#d49eaa Color Hex

#D49EAA
(212,158,170)
0 Favorites   0 Comments

Color spaces of #d49eaa

RGB 212158170
HSL0.960.390.73
HSV347°25°83°
CMYK 0.000.250.20   0.17
XYZ46.633941.353043.5543
Yxy41.35300.35450.3144
Hunter Lab64.306316.90934.8576
CIE-Lab70.422521.84751.6419

#d49eaa color RGB value is (212,158,170).

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

The process color (four color CMYK) of #d49eaa color hex is 0.00, 0.25, 0.20, 0.17. Web safe color of #d49eaa is #cc9999. Color #d49eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 10101010
Octal 324 236 252
Decimal 212 158 170
Hex D4 9E AA

RGB Percentages of Color #d49eaa

%39.26
%29.26
%31.48

CMYK Percentages of Color #d49eaa

%0
%25
%20
%17

Triadic Colors of #d49eaa

#d49eaa #aad49e #9eaad4

Analogous Colors of #d49eaa

#d49eaa #d4ad9e #d49ec5

Monochromatic Colors of #d49eaa

#d49eaa

Complementary Color

#d49eaa #9ed4c8

#d49eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49eaa Color CSS Codes

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

#d49eaa Text Font Color

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

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


#d49eaa Background Color

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

This div background color is #d49eaa


#d49eaa Border Color

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

This div border color is #d49eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49eaa


Comments

No comments written yet.

Please login to write comment.