Color Hex Logo

#d106aa Color Hex

#D106AA
(209,6,170)
0 Favorites   0 Comments

Color spaces of #d106aa

RGB 2096170
HSL0.870.940.42
HSV312°97°82°
CMYK 0.000.970.19   0.18
XYZ33.615316.587839.4603
Yxy16.58780.37490.1850
Hunter Lab40.728176.0523-28.9347
CIE-Lab47.736478.8665-32.7022

#d106aa color RGB value is (209,6,170).

#d106aa hex color red value is 209, green value is 6 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d106aa hue: 0.87 , saturation: 0.94 and the lightness value of d106aa is 0.42.

The process color (four color CMYK) of #d106aa color hex is 0.00, 0.97, 0.19, 0.18. Web safe color of #d106aa is #cc0099. Color #d106aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000110 10101010
Octal 321 6 252
Decimal 209 6 170
Hex D1 6 AA

RGB Percentages of Color #d106aa

%54.29
%1.56
%44.16

CMYK Percentages of Color #d106aa

%0
%97
%19
%18

Triadic Colors of #d106aa

#d106aa #aad106 #06aad1

Analogous Colors of #d106aa

#d106aa #d10645 #9306d1

Monochromatic Colors of #d106aa

#d106aa

Complementary Color

#d106aa #06d12d

#d106aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d106aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d106aa Color CSS Codes

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

#d106aa Text Font Color

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

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


#d106aa Background Color

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

This div background color is #d106aa


#d106aa Border Color

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

This div border color is #d106aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d106aa


Comments

No comments written yet.

Please login to write comment.