Color Hex Logo

#d171aa Color Hex

#D171AA
(209,113,170)
0 Favorites   0 Comments

Color spaces of #d171aa

RGB 209113170
HSL0.900.510.63
HSV324°46°82°
CMYK 0.000.460.19   0.18
XYZ39.455328.267841.4069
Yxy28.26780.36150.2590
Hunter Lab53.167539.4208-8.9579
CIE-Lab60.129944.8396-13.6413

#d171aa color RGB value is (209,113,170).

#d171aa hex color red value is 209, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d171aa hue: 0.90 , saturation: 0.51 and the lightness value of d171aa is 0.63.

The process color (four color CMYK) of #d171aa color hex is 0.00, 0.46, 0.19, 0.18. Web safe color of #d171aa is #cc6699. Color #d171aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 10101010
Octal 321 161 252
Decimal 209 113 170
Hex D1 71 AA

RGB Percentages of Color #d171aa

%42.48
%22.97
%34.55

CMYK Percentages of Color #d171aa

%0
%46
%19
%18

Triadic Colors of #d171aa

#d171aa #aad171 #71aad1

Analogous Colors of #d171aa

#d171aa #d1717a #c871d1

Monochromatic Colors of #d171aa

#d171aa

Complementary Color

#d171aa #71d198

#d171aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171aa Color CSS Codes

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

#d171aa Text Font Color

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

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


#d171aa Background Color

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

This div background color is #d171aa


#d171aa Border Color

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

This div border color is #d171aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171aa


Comments

No comments written yet.

Please login to write comment.