Color Hex Logo

#ad60a5 Color Hex

#AD60A5
(173,96,165)
0 Favorites   0 Comments

Color spaces of #ad60a5

RGB 17396165
HSL0.850.320.53
HSV306°45°68°
CMYK 0.000.450.05   0.32
XYZ28.208019.966637.9645
Yxy19.96660.32750.2318
Hunter Lab44.684034.4860-19.0953
CIE-Lab51.799441.2755-23.8720

#ad60a5 color RGB value is (173,96,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 10100101
Octal 255 140 245
Decimal 173 96 165
Hex AD 60 A5

RGB Percentages of Color #ad60a5

%39.86
%22.12
%38.02

CMYK Percentages of Color #ad60a5

%0
%45
%5
%32

Triadic Colors of #ad60a5

#ad60a5 #a5ad60 #60a5ad

Analogous Colors of #ad60a5

#ad60a5 #ad607f #8f60ad

Monochromatic Colors of #ad60a5

#ad60a5

Complementary Color

#ad60a5 #60ad68

#ad60a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad60a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad60a5 Color CSS Codes

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

#ad60a5 Text Font Color

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

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


#ad60a5 Background Color

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

This div background color is #ad60a5


#ad60a5 Border Color

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

This div border color is #ad60a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad60a5


Comments

No comments written yet.

Please login to write comment.