Color Hex Logo

#d173aa Color Hex

#D173AA
(209,115,170)
0 Favorites   0 Comments

Color spaces of #d173aa

RGB 209115170
HSL0.900.510.64
HSV325°45°82°
CMYK 0.000.450.19   0.18
XYZ39.680928.719141.4821
Yxy28.71910.36110.2614
Hunter Lab53.590238.3876-8.3809
CIE-Lab60.532943.8121-13.0341

#d173aa color RGB value is (209,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110011 10101010
Octal 321 163 252
Decimal 209 115 170
Hex D1 73 AA

RGB Percentages of Color #d173aa

%42.31
%23.28
%34.41

CMYK Percentages of Color #d173aa

%0
%45
%19
%18

Triadic Colors of #d173aa

#d173aa #aad173 #73aad1

Analogous Colors of #d173aa

#d173aa #d1737b #c973d1

Monochromatic Colors of #d173aa

#d173aa

Complementary Color

#d173aa #73d19a

#d173aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d173aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d173aa Color CSS Codes

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

#d173aa Text Font Color

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

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


#d173aa Background Color

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

This div background color is #d173aa


#d173aa Border Color

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

This div border color is #d173aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d173aa


Comments

No comments written yet.

Please login to write comment.