Color Hex Logo

#d166ba Color Hex

#D166BA
(209,102,186)
0 Favorites   0 Comments

Color spaces of #d166ba

RGB 209102186
HSL0.870.540.61
HSV313°51°82°
CMYK 0.000.510.11   0.18
XYZ39.908826.603249.4859
Yxy26.60320.34400.2293
Hunter Lab51.578347.8527-20.7800
CIE-Lab58.605252.8351-25.1399

#d166ba color RGB value is (209,102,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100110 10111010
Octal 321 146 272
Decimal 209 102 186
Hex D1 66 BA

RGB Percentages of Color #d166ba

%42.05
%20.52
%37.42

CMYK Percentages of Color #d166ba

%0
%51
%11
%18

Triadic Colors of #d166ba

#d166ba #bad166 #66bad1

Analogous Colors of #d166ba

#d166ba #d16685 #b366d1

Monochromatic Colors of #d166ba

#d166ba

Complementary Color

#d166ba #66d17d

#d166ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d166ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d166ba Color CSS Codes

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

#d166ba Text Font Color

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

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


#d166ba Background Color

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

This div background color is #d166ba


#d166ba Border Color

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

This div border color is #d166ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d166ba


Comments

No comments written yet.

Please login to write comment.