Color Hex Logo

#d17eac Color Hex

#D17EAC
(209,126,172)
0 Favorites   0 Comments

Color spaces of #d17eac

RGB 209126172
HSL0.910.470.66
HSV327°40°82°
CMYK 0.000.400.18   0.18
XYZ41.201731.455642.9297
Yxy31.45560.35650.2721
Hunter Lab56.085332.9814-6.1230
CIE-Lab62.890438.3650-10.6368

#d17eac color RGB value is (209,126,172).

#d17eac hex color red value is 209, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d17eac hue: 0.91 , saturation: 0.47 and the lightness value of d17eac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 10101100
Octal 321 176 254
Decimal 209 126 172
Hex D1 7E AC

RGB Percentages of Color #d17eac

%41.22
%24.85
%33.93

CMYK Percentages of Color #d17eac

%0
%40
%18
%18

Triadic Colors of #d17eac

#d17eac #acd17e #7eacd1

Analogous Colors of #d17eac

#d17eac #d17e83 #cd7ed1

Monochromatic Colors of #d17eac

#d17eac

Complementary Color

#d17eac #7ed1a3

#d17eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17eac Color CSS Codes

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

#d17eac Text Font Color

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

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


#d17eac Background Color

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

This div background color is #d17eac


#d17eac Border Color

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

This div border color is #d17eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17eac


Comments

No comments written yet.

Please login to write comment.