Color Hex Logo

#ad45a6 Color Hex

#AD45A6
(173,69,166)
0 Favorites   0 Comments

Color spaces of #ad45a6

RGB 17369166
HSL0.840.430.47
HSV304°60°68°
CMYK 0.000.600.04   0.32
XYZ26.244615.893737.7609
Yxy15.89370.32850.1989
Hunter Lab39.866947.7404-28.2511
CIE-Lab46.834754.7503-32.1797

#ad45a6 color RGB value is (173,69,166).

#ad45a6 hex color red value is 173, green value is 69 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ad45a6 hue: 0.84 , saturation: 0.43 and the lightness value of ad45a6 is 0.47.

The process color (four color CMYK) of #ad45a6 color hex is 0.00, 0.60, 0.04, 0.32. Web safe color of #ad45a6 is #993399. Color #ad45a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 10100110
Octal 255 105 246
Decimal 173 69 166
Hex AD 45 A6

RGB Percentages of Color #ad45a6

%42.40
%16.91
%40.69

CMYK Percentages of Color #ad45a6

%0
%60
%4
%32

Triadic Colors of #ad45a6

#ad45a6 #a6ad45 #45a6ad

Analogous Colors of #ad45a6

#ad45a6 #ad4572 #8045ad

Monochromatic Colors of #ad45a6

#ad45a6

Complementary Color

#ad45a6 #45ad4c

#ad45a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad45a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad45a6 Color CSS Codes

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

#ad45a6 Text Font Color

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

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


#ad45a6 Background Color

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

This div background color is #ad45a6


#ad45a6 Border Color

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

This div border color is #ad45a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad45a6


Comments

No comments written yet.

Please login to write comment.