Color Hex Logo

#ad0acc Color Hex

#AD0ACC
(173,10,204)
0 Favorites   0 Comments

Color spaces of #ad0acc

RGB 17310204
HSL0.810.910.42
HSV290°95°80°
CMYK 0.150.950.00   0.20
XYZ28.241213.461058.2365
Yxy13.46100.28260.1347
Hunter Lab36.689273.1926-68.4280
CIE-Lab43.449877.3961-59.8464

#ad0acc color RGB value is (173,10,204).

#ad0acc hex color red value is 173, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad0acc hue: 0.81 , saturation: 0.91 and the lightness value of ad0acc is 0.42.

The process color (four color CMYK) of #ad0acc color hex is 0.15, 0.95, 0.00, 0.20. Web safe color of #ad0acc is #9900cc. Color #ad0acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 11001100
Octal 255 12 314
Decimal 173 10 204
Hex AD A CC

RGB Percentages of Color #ad0acc

%44.70
%2.58
%52.71

CMYK Percentages of Color #ad0acc

%15
%95
%0
%20

Triadic Colors of #ad0acc

#ad0acc #ccad0a #0accad

Analogous Colors of #ad0acc

#ad0acc #cc0a8a #4c0acc

Monochromatic Colors of #ad0acc

#ad0acc

Complementary Color

#ad0acc #29cc0a

#ad0acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0acc Color CSS Codes

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

#ad0acc Text Font Color

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

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


#ad0acc Background Color

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

This div background color is #ad0acc


#ad0acc Border Color

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

This div border color is #ad0acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0acc


Comments

No comments written yet.

Please login to write comment.