Color Hex Logo

#ad60a0 Color Hex

#AD60A0
(173,96,160)
0 Favorites   0 Comments

Color spaces of #ad60a0

RGB 17396160
HSL0.860.320.53
HSV310°45°68°
CMYK 0.000.450.08   0.32
XYZ27.761619.788035.6140
Yxy19.78800.33380.2379
Hunter Lab44.483733.5526-16.3294
CIE-Lab51.596740.3808-21.2543

#ad60a0 color RGB value is (173,96,160).

#ad60a0 hex color red value is 173, green value is 96 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ad60a0 hue: 0.86 , saturation: 0.32 and the lightness value of ad60a0 is 0.53.

The process color (four color CMYK) of #ad60a0 color hex is 0.00, 0.45, 0.08, 0.32. Web safe color of #ad60a0 is #996699. Color #ad60a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 10100000
Octal 255 140 240
Decimal 173 96 160
Hex AD 60 A0

RGB Percentages of Color #ad60a0

%40.33
%22.38
%37.30

CMYK Percentages of Color #ad60a0

%0
%45
%8
%32

Triadic Colors of #ad60a0

#ad60a0 #a0ad60 #60a0ad

Analogous Colors of #ad60a0

#ad60a0 #ad607a #9460ad

Monochromatic Colors of #ad60a0

#ad60a0

Complementary Color

#ad60a0 #60ad6d

#ad60a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad60a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad60a0 Color CSS Codes

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

#ad60a0 Text Font Color

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

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


#ad60a0 Background Color

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

This div background color is #ad60a0


#ad60a0 Border Color

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

This div border color is #ad60a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad60a0


Comments

No comments written yet.

Please login to write comment.