Color Hex Logo

#a02aeb Color Hex

#A02AEB
(160,42,235)
0 Favorites   0 Comments

Color spaces of #a02aeb

RGB 16042235
HSL0.770.830.54
HSV277°82°92°
CMYK 0.320.820.00   0.08
XYZ30.320615.127779.9191
Yxy15.12770.24190.1207
Hunter Lab38.894371.0869-94.6015
CIE-Lab45.808675.2244-73.8433

#a02aeb color RGB value is (160,42,235).

#a02aeb hex color red value is 160, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a02aeb hue: 0.77 , saturation: 0.83 and the lightness value of a02aeb is 0.54.

The process color (four color CMYK) of #a02aeb color hex is 0.32, 0.82, 0.00, 0.08. Web safe color of #a02aeb is #9933ff. Color #a02aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 11101011
Octal 240 52 353
Decimal 160 42 235
Hex A0 2A EB

RGB Percentages of Color #a02aeb

%36.61
%9.61
%53.78

CMYK Percentages of Color #a02aeb

%32
%82
%0
%8

Triadic Colors of #a02aeb

#a02aeb #eba02a #2aeba0

Analogous Colors of #a02aeb

#a02aeb #eb2ad6 #3f2aeb

Monochromatic Colors of #a02aeb

#a02aeb

Complementary Color

#a02aeb #75eb2a

#a02aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aeb Color CSS Codes

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

#a02aeb Text Font Color

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

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


#a02aeb Background Color

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

This div background color is #a02aeb


#a02aeb Border Color

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

This div border color is #a02aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aeb


Comments

No comments written yet.

Please login to write comment.