Color Hex Logo

#ad016b Color Hex

#AD016B
(173,1,107)
0 Favorites   0 Comments

Color spaces of #ad016b

RGB 1731107
HSL0.900.990.34
HSV323°99°68°
CMYK 0.000.990.38   0.32
XYZ19.89839.967514.7851
Yxy9.96750.44560.2232
Hunter Lab31.571357.2524-5.6660
CIE-Lab37.784065.0624-10.0669

#ad016b color RGB value is (173,1,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 01101011
Octal 255 1 153
Decimal 173 1 107
Hex AD 1 6B

RGB Percentages of Color #ad016b

%61.57
%0.36
%38.08

CMYK Percentages of Color #ad016b

%0
%99
%38
%32

Triadic Colors of #ad016b

#ad016b #6bad01 #016bad

Analogous Colors of #ad016b

#ad016b #ad0115 #9901ad

Monochromatic Colors of #ad016b

#ad016b

Complementary Color

#ad016b #01ad43

#ad016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad016b Color CSS Codes

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

#ad016b Text Font Color

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

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


#ad016b Background Color

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

This div background color is #ad016b


#ad016b Border Color

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

This div border color is #ad016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad016b


Comments

No comments written yet.

Please login to write comment.