Color Hex Logo

#d17aab Color Hex

#D17AAB
(209,122,171)
0 Favorites   0 Comments

Color spaces of #d17aab

RGB 209122171
HSL0.910.490.65
HSV326°42°82°
CMYK 0.000.420.18   0.18
XYZ40.604730.414742.2586
Yxy30.41470.35850.2685
Hunter Lab55.149534.9118-6.8266
CIE-Lab62.010440.3214-11.3858

#d17aab color RGB value is (209,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 10101011
Octal 321 172 253
Decimal 209 122 171
Hex D1 7A AB

RGB Percentages of Color #d17aab

%41.63
%24.30
%34.06

CMYK Percentages of Color #d17aab

%0
%42
%18
%18

Triadic Colors of #d17aab

#d17aab #abd17a #7aabd1

Analogous Colors of #d17aab

#d17aab #d17a80 #cc7ad1

Monochromatic Colors of #d17aab

#d17aab

Complementary Color

#d17aab #7ad1a0

#d17aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17aab Color CSS Codes

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

#d17aab Text Font Color

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

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


#d17aab Background Color

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

This div background color is #d17aab


#d17aab Border Color

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

This div border color is #d17aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17aab


Comments

No comments written yet.

Please login to write comment.