Color Hex Logo

#d166ac Color Hex

#D166AC
(209,102,172)
0 Favorites   0 Comments

Color spaces of #d166ac

RGB 209102172
HSL0.890.540.61
HSV321°51°82°
CMYK 0.000.510.18   0.18
XYZ38.492326.036642.0265
Yxy26.03660.36120.2443
Hunter Lab51.026145.3586-13.1147
CIE-Lab58.071850.6514-17.9089

#d166ac color RGB value is (209,102,172).

#d166ac hex color red value is 209, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d166ac hue: 0.89 , saturation: 0.54 and the lightness value of d166ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 10101100
Octal 321 146 254
Decimal 209 102 172
Hex D1 66 AC

RGB Percentages of Color #d166ac

%43.27
%21.12
%35.61

CMYK Percentages of Color #d166ac

%0
%51
%18
%18

Triadic Colors of #d166ac

#d166ac #acd166 #66acd1

Analogous Colors of #d166ac

#d166ac #d16677 #c166d1

Monochromatic Colors of #d166ac

#d166ac

Complementary Color

#d166ac #66d18b

#d166ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d166ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d166ac Color CSS Codes

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

#d166ac Text Font Color

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

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


#d166ac Background Color

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

This div background color is #d166ac


#d166ac Border Color

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

This div border color is #d166ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d166ac


Comments

No comments written yet.

Please login to write comment.