Color Hex Logo

#d17aaf Color Hex

#D17AAF
(209,122,175)
0 Favorites   0 Comments

Color spaces of #d17aaf

RGB 209122175
HSL0.900.490.65
HSV323°42°82°
CMYK 0.000.420.16   0.18
XYZ40.991930.569544.2974
Yxy30.56950.35380.2639
Hunter Lab55.289735.5833-8.7996
CIE-Lab62.142540.9451-13.4674

#d17aaf color RGB value is (209,122,175).

#d17aaf hex color red value is 209, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d17aaf hue: 0.90 , saturation: 0.49 and the lightness value of d17aaf is 0.65.

The process color (four color CMYK) of #d17aaf color hex is 0.00, 0.42, 0.16, 0.18. Web safe color of #d17aaf is #cc6699. Color #d17aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 10101111
Octal 321 172 257
Decimal 209 122 175
Hex D1 7A AF

RGB Percentages of Color #d17aaf

%41.30
%24.11
%34.58

CMYK Percentages of Color #d17aaf

%0
%42
%16
%18

Triadic Colors of #d17aaf

#d17aaf #afd17a #7aafd1

Analogous Colors of #d17aaf

#d17aaf #d17a84 #c87ad1

Monochromatic Colors of #d17aaf

#d17aaf

Complementary Color

#d17aaf #7ad19c

#d17aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17aaf Color CSS Codes

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

#d17aaf Text Font Color

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

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


#d17aaf Background Color

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

This div background color is #d17aaf


#d17aaf Border Color

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

This div border color is #d17aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,122,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17aaf


Comments

No comments written yet.

Please login to write comment.