Color Hex Logo

#a03acc Color Hex

#A03ACC
(160,58,204)
0 Favorites   0 Comments

Color spaces of #a03acc

RGB 16058204
HSL0.780.590.51
HSV282°72°80°
CMYK 0.220.720.00   0.20
XYZ26.909314.859358.5766
Yxy14.85930.26820.1481
Hunter Lab38.547857.1481-63.1128
CIE-Lab45.440963.4841-56.7289

#a03acc color RGB value is (160,58,204).

#a03acc hex color red value is 160, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a03acc hue: 0.78 , saturation: 0.59 and the lightness value of a03acc is 0.51.

The process color (four color CMYK) of #a03acc color hex is 0.22, 0.72, 0.00, 0.20. Web safe color of #a03acc is #9933cc. Color #a03acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111010 11001100
Octal 240 72 314
Decimal 160 58 204
Hex A0 3A CC

RGB Percentages of Color #a03acc

%37.91
%13.74
%48.34

CMYK Percentages of Color #a03acc

%22
%72
%0
%20

Triadic Colors of #a03acc

#a03acc #cca03a #3acca0

Analogous Colors of #a03acc

#a03acc #cc3aaf #573acc

Monochromatic Colors of #a03acc

#a03acc

Complementary Color

#a03acc #66cc3a

#a03acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03acc Color CSS Codes

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

#a03acc Text Font Color

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

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


#a03acc Background Color

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

This div background color is #a03acc


#a03acc Border Color

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

This div border color is #a03acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,58,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 #a03acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03acc


Comments

No comments written yet.

Please login to write comment.