Color Hex Logo

#d166ab Color Hex

#D166AB
(209,102,171)
0 Favorites   0 Comments

Color spaces of #d166ab

RGB 209102171
HSL0.890.540.61
HSV321°51°82°
CMYK 0.000.510.18   0.18
XYZ38.396625.998341.5225
Yxy25.99830.36250.2455
Hunter Lab50.988545.1884-12.5908
CIE-Lab58.035450.5012-17.3871

#d166ab color RGB value is (209,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 10101011
Octal 321 146 253
Decimal 209 102 171
Hex D1 66 AB

RGB Percentages of Color #d166ab

%43.36
%21.16
%35.48

CMYK Percentages of Color #d166ab

%0
%51
%18
%18

Triadic Colors of #d166ab

#d166ab #abd166 #66abd1

Analogous Colors of #d166ab

#d166ab #d16676 #c266d1

Monochromatic Colors of #d166ab

#d166ab

Complementary Color

#d166ab #66d18c

#d166ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d166ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d166ab Color CSS Codes

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

#d166ab Text Font Color

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

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


#d166ab Background Color

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

This div background color is #d166ab


#d166ab Border Color

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

This div border color is #d166ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d166ab


Comments

No comments written yet.

Please login to write comment.