Color Hex Logo

#d949aa Color Hex

#D949AA
(217,73,170)
0 Favorites   0 Comments

Color spaces of #d949aa

RGB 21773170
HSL0.890.650.57
HSV320°66°85°
CMYK 0.000.660.22   0.15
XYZ38.253522.419140.3413
Yxy22.41910.37870.2219
Hunter Lab47.348861.3512-17.3711
CIE-Lab54.468965.4145-22.1478

#d949aa color RGB value is (217,73,170).

#d949aa hex color red value is 217, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d949aa hue: 0.89 , saturation: 0.65 and the lightness value of d949aa is 0.57.

The process color (four color CMYK) of #d949aa color hex is 0.00, 0.66, 0.22, 0.15. Web safe color of #d949aa is #cc3399. Color #d949aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 10101010
Octal 331 111 252
Decimal 217 73 170
Hex D9 49 AA

RGB Percentages of Color #d949aa

%47.17
%15.87
%36.96

CMYK Percentages of Color #d949aa

%0
%66
%22
%15

Triadic Colors of #d949aa

#d949aa #aad949 #49aad9

Analogous Colors of #d949aa

#d949aa #d94962 #c049d9

Monochromatic Colors of #d949aa

#d949aa

Complementary Color

#d949aa #49d978

#d949aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d949aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d949aa Color CSS Codes

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

#d949aa Text Font Color

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

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


#d949aa Background Color

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

This div background color is #d949aa


#d949aa Border Color

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

This div border color is #d949aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d949aa


Comments

No comments written yet.

Please login to write comment.