Color Hex Logo

#d171ad Color Hex

#D171AD
(209,113,173)
0 Favorites   0 Comments

Color spaces of #d171ad

RGB 209113173
HSL0.900.510.63
HSV323°46°82°
CMYK 0.000.460.17   0.18
XYZ39.742428.382742.9189
Yxy28.38270.35790.2556
Hunter Lab53.275439.9255-10.4715
CIE-Lab60.232945.2981-15.2063

#d171ad color RGB value is (209,113,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 10101101
Octal 321 161 255
Decimal 209 113 173
Hex D1 71 AD

RGB Percentages of Color #d171ad

%42.22
%22.83
%34.95

CMYK Percentages of Color #d171ad

%0
%46
%17
%18

Triadic Colors of #d171ad

#d171ad #add171 #71add1

Analogous Colors of #d171ad

#d171ad #d1717d #c571d1

Monochromatic Colors of #d171ad

#d171ad

Complementary Color

#d171ad #71d195

#d171ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171ad Color CSS Codes

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

#d171ad Text Font Color

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

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


#d171ad Background Color

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

This div background color is #d171ad


#d171ad Border Color

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

This div border color is #d171ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171ad


Comments

No comments written yet.

Please login to write comment.