Color Hex Logo

#a002ea Color Hex

#A002EA
(160,2,234)
0 Favorites   0 Comments

Color spaces of #a002ea

RGB 1602234
HSL0.780.980.46
HSV281°99°92°
CMYK 0.320.990.00   0.08
XYZ29.370213.457578.8915
Yxy13.45750.24130.1106
Hunter Lab36.684578.7123-101.8265
CIE-Lab43.444781.8064-77.1425

#a002ea color RGB value is (160,2,234).

#a002ea hex color red value is 160, green value is 2 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a002ea hue: 0.78 , saturation: 0.98 and the lightness value of a002ea is 0.46.

The process color (four color CMYK) of #a002ea color hex is 0.32, 0.99, 0.00, 0.08. Web safe color of #a002ea is #9900ff. Color #a002ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 11101010
Octal 240 2 352
Decimal 160 2 234
Hex A0 2 EA

RGB Percentages of Color #a002ea

%40.40
%0.51
%59.09

CMYK Percentages of Color #a002ea

%32
%99
%0
%8

Triadic Colors of #a002ea

#a002ea #eaa002 #02eaa0

Analogous Colors of #a002ea

#a002ea #ea02c0 #2c02ea

Monochromatic Colors of #a002ea

#a002ea

Complementary Color

#a002ea #4cea02

#a002ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a002ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a002ea Color CSS Codes

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

#a002ea Text Font Color

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

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


#a002ea Background Color

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

This div background color is #a002ea


#a002ea Border Color

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

This div border color is #a002ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a002ea


Comments

No comments written yet.

Please login to write comment.