Color Hex Logo

#ad0aaf Color Hex

#AD0AAF
(173,10,175)
0 Favorites   0 Comments

Color spaces of #ad0aaf

RGB 17310175
HSL0.830.890.36
HSV299°94°69°
CMYK 0.010.940.00   0.31
XYZ25.080012.196541.5897
Yxy12.19650.31800.1546
Hunter Lab34.923567.0721-46.1609
CIE-Lab41.526772.7405-45.9286

#ad0aaf color RGB value is (173,10,175).

#ad0aaf hex color red value is 173, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ad0aaf hue: 0.83 , saturation: 0.89 and the lightness value of ad0aaf is 0.36.

The process color (four color CMYK) of #ad0aaf color hex is 0.01, 0.94, 0.00, 0.31. Web safe color of #ad0aaf is #990099. Color #ad0aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 10101111
Octal 255 12 257
Decimal 173 10 175
Hex AD A AF

RGB Percentages of Color #ad0aaf

%48.32
%2.79
%48.88

CMYK Percentages of Color #ad0aaf

%1
%94
%0
%31

Triadic Colors of #ad0aaf

#ad0aaf #afad0a #0aafad

Analogous Colors of #ad0aaf

#ad0aaf #af0a5f #5a0aaf

Monochromatic Colors of #ad0aaf

#ad0aaf

Complementary Color

#ad0aaf #0caf0a

#ad0aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0aaf Color CSS Codes

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

#ad0aaf Text Font Color

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

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


#ad0aaf Background Color

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

This div background color is #ad0aaf


#ad0aaf Border Color

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

This div border color is #ad0aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0aaf


Comments

No comments written yet.

Please login to write comment.