Color Hex Logo

#a02aca Color Hex

#A02ACA
(160,42,202)
0 Favorites   0 Comments

Color spaces of #a02aca

RGB 16042202
HSL0.790.660.48
HSV284°79°79°
CMYK 0.210.790.00   0.21
XYZ25.985813.393857.0928
Yxy13.39380.26940.1388
Hunter Lab36.597562.6968-66.8752
CIE-Lab43.350768.6938-58.9474

#a02aca color RGB value is (160,42,202).

#a02aca hex color red value is 160, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a02aca hue: 0.79 , saturation: 0.66 and the lightness value of a02aca is 0.48.

The process color (four color CMYK) of #a02aca color hex is 0.21, 0.79, 0.00, 0.21. Web safe color of #a02aca is #9933cc. Color #a02aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 11001010
Octal 240 52 312
Decimal 160 42 202
Hex A0 2A CA

RGB Percentages of Color #a02aca

%39.60
%10.40
%50.00

CMYK Percentages of Color #a02aca

%21
%79
%0
%21

Triadic Colors of #a02aca

#a02aca #caa02a #2acaa0

Analogous Colors of #a02aca

#a02aca #ca2aa4 #502aca

Monochromatic Colors of #a02aca

#a02aca

Complementary Color

#a02aca #54ca2a

#a02aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aca Color CSS Codes

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

#a02aca Text Font Color

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

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


#a02aca Background Color

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

This div background color is #a02aca


#a02aca Border Color

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

This div border color is #a02aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aca


Comments

No comments written yet.

Please login to write comment.