Color Hex Logo

#ad046a Color Hex

#AD046A
(173,4,106)
0 Favorites   0 Comments

Color spaces of #ad046a

RGB 1734106
HSL0.900.950.35
HSV324°98°68°
CMYK 0.000.980.39   0.32
XYZ19.878510.011714.5204
Yxy10.01170.44760.2254
Hunter Lab31.641356.7697-5.0597
CIE-Lab37.863464.6218-9.3129

#ad046a color RGB value is (173,4,106).

#ad046a hex color red value is 173, green value is 4 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ad046a hue: 0.90 , saturation: 0.95 and the lightness value of ad046a is 0.35.

The process color (four color CMYK) of #ad046a color hex is 0.00, 0.98, 0.39, 0.32. Web safe color of #ad046a is #990066. Color #ad046a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000100 01101010
Octal 255 4 152
Decimal 173 4 106
Hex AD 4 6A

RGB Percentages of Color #ad046a

%61.13
%1.41
%37.46

CMYK Percentages of Color #ad046a

%0
%98
%39
%32

Triadic Colors of #ad046a

#ad046a #6aad04 #046aad

Analogous Colors of #ad046a

#ad046a #ad0416 #9c04ad

Monochromatic Colors of #ad046a

#ad046a

Complementary Color

#ad046a #04ad47

#ad046a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad046a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad046a Color CSS Codes

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

#ad046a Text Font Color

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

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


#ad046a Background Color

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

This div background color is #ad046a


#ad046a Border Color

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

This div border color is #ad046a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad046a


Comments

No comments written yet.

Please login to write comment.