Color Hex Logo

#a02cca Color Hex

#A02CCA
(160,44,202)
0 Favorites   0 Comments

Color spaces of #a02cca

RGB 16044202
HSL0.790.640.48
HSV284°78°79°
CMYK 0.210.780.00   0.21
XYZ26.058613.539257.1170
Yxy13.53920.26940.1400
Hunter Lab36.795762.0209-66.2775
CIE-Lab43.564768.0742-58.6013

#a02cca color RGB value is (160,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101100 11001010
Octal 240 54 312
Decimal 160 44 202
Hex A0 2C CA

RGB Percentages of Color #a02cca

%39.41
%10.84
%49.75

CMYK Percentages of Color #a02cca

%21
%78
%0
%21

Triadic Colors of #a02cca

#a02cca #caa02c #2ccaa0

Analogous Colors of #a02cca

#a02cca #ca2ca5 #512cca

Monochromatic Colors of #a02cca

#a02cca

Complementary Color

#a02cca #56ca2c

#a02cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02cca Color CSS Codes

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

#a02cca Text Font Color

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

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


#a02cca Background Color

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

This div background color is #a02cca


#a02cca Border Color

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

This div border color is #a02cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02cca


Comments

No comments written yet.

Please login to write comment.