Color Hex Logo

#d17aac Color Hex

#D17AAC
(209,122,172)
0 Favorites   0 Comments

Color spaces of #d17aac

RGB 209122172
HSL0.900.490.65
HSV326°42°82°
CMYK 0.000.420.18   0.18
XYZ40.700430.452942.7626
Yxy30.45290.35730.2673
Hunter Lab55.184135.0783-7.3154
CIE-Lab62.043040.4763-11.9072

#d17aac color RGB value is (209,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111010 10101100
Octal 321 172 254
Decimal 209 122 172
Hex D1 7A AC

RGB Percentages of Color #d17aac

%41.55
%24.25
%34.19

CMYK Percentages of Color #d17aac

%0
%42
%18
%18

Triadic Colors of #d17aac

#d17aac #acd17a #7aacd1

Analogous Colors of #d17aac

#d17aac #d17a81 #cb7ad1

Monochromatic Colors of #d17aac

#d17aac

Complementary Color

#d17aac #7ad19f

#d17aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17aac Color CSS Codes

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

#d17aac Text Font Color

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

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


#d17aac Background Color

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

This div background color is #d17aac


#d17aac Border Color

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

This div border color is #d17aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17aac


Comments

No comments written yet.

Please login to write comment.