color codes Logo

#a00acd color codes

#A00ACD
(160,10,205)
0 Favorites   0 Comments

Color spaces of #a00acd

RGB 16010205
HSL0.790.910.42
HSV286°95°80°
CMYK 0.220.950.00   0.20
XYZ25.625212.098458.7422
Yxy12.09840.26560.1254
Hunter Lab34.782870.6350-75.7829
CIE-Lab41.372175.7143-63.8972

#a00acd color RGB value is (160,10,205).

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

The process color (four color CMYK) of #a00acd color code is 0.22, 0.95, 0.00, 0.20. Web safe color of #a00acd is #9900cc. Color #a00acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 11001101
Octal 240 12 315
Decimal 160 10 205
Hex A0 A CD

RGB Percentages of Color #a00acd

%42.67
%2.67
%54.67

CMYK Percentages of Color #a00acd

%22
%95
%0
%20

Triadic Colors of #a00acd

#a00acd #cda00a #0acda0

Analogous Colors of #a00acd

#a00acd #cd0a99 #3f0acd

Monochromatic Colors of #a00acd

#a00acd

Complementary Color

#a00acd #37cd0a

#a00acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00acd Color CSS Codes

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

#a00acd Text Font Color

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

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


#a00acd Background Color

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

This div background color is #a00acd


#a00acd Border Color

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

This div border color is #a00acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00acd


Comments

No comments written yet.

Please login to write comment.