Color Hex Logo

#ad106b Color Hex

#AD106B
(173,16,107)
0 Favorites   0 Comments

Color spaces of #ad106b

RGB 17316107
HSL0.900.830.37
HSV325°91°68°
CMYK 0.000.910.38   0.32
XYZ20.072710.316414.8432
Yxy10.31640.44380.2281
Hunter Lab32.119255.3441-4.9162
CIE-Lab38.404463.2533-9.1318

#ad106b color RGB value is (173,16,107).

#ad106b hex color red value is 173, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ad106b hue: 0.90 , saturation: 0.83 and the lightness value of ad106b is 0.37.

The process color (four color CMYK) of #ad106b color hex is 0.00, 0.91, 0.38, 0.32. Web safe color of #ad106b is #990066. Color #ad106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 01101011
Octal 255 20 153
Decimal 173 16 107
Hex AD 10 6B

RGB Percentages of Color #ad106b

%58.45
%5.41
%36.15

CMYK Percentages of Color #ad106b

%0
%91
%38
%32

Triadic Colors of #ad106b

#ad106b #6bad10 #106bad

Analogous Colors of #ad106b

#ad106b #ad101d #a110ad

Monochromatic Colors of #ad106b

#ad106b

Complementary Color

#ad106b #10ad52

#ad106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad106b Color CSS Codes

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

#ad106b Text Font Color

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

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


#ad106b Background Color

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

This div background color is #ad106b


#ad106b Border Color

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

This div border color is #ad106b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,16,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad106b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad106b;
  -webkit-box-shadow: 1px 1px 3px 2px #ad106b;
  box-shadow:         1px 1px 3px 2px #ad106b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,16,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad106b


Comments

No comments written yet.

Please login to write comment.