Color Hex Logo

#d49aad Color Hex

#D49AAD
(212,154,173)
0 Favorites   0 Comments

Color spaces of #d49aad

RGB 212154173
HSL0.950.400.72
HSV340°27°83°
CMYK 0.000.270.18   0.17
XYZ46.249840.125444.8425
Yxy40.12540.35250.3058
Hunter Lab63.344619.47512.3690
CIE-Lab69.558824.4850-1.2862

#d49aad color RGB value is (212,154,173).

#d49aad hex color red value is 212, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d49aad hue: 0.95 , saturation: 0.40 and the lightness value of d49aad is 0.72.

The process color (four color CMYK) of #d49aad color hex is 0.00, 0.27, 0.18, 0.17. Web safe color of #d49aad is #cc9999. Color #d49aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011010 10101101
Octal 324 232 255
Decimal 212 154 173
Hex D4 9A AD

RGB Percentages of Color #d49aad

%39.33
%28.57
%32.10

CMYK Percentages of Color #d49aad

%0
%27
%18
%17

Triadic Colors of #d49aad

#d49aad #add49a #9aadd4

Analogous Colors of #d49aad

#d49aad #d4a49a #d49aca

Monochromatic Colors of #d49aad

#d49aad

Complementary Color

#d49aad #9ad4c1

#d49aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49aad Color CSS Codes

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

#d49aad Text Font Color

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

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


#d49aad Background Color

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

This div background color is #d49aad


#d49aad Border Color

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

This div border color is #d49aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49aad


Comments

No comments written yet.

Please login to write comment.