Color Hex Logo

#a03aeb Color Hex

#A03AEB
(160,58,235)
0 Favorites   0 Comments

Color spaces of #a03aeb

RGB 16058235
HSL0.760.820.57
HSV275°75°92°
CMYK 0.320.750.00   0.08
XYZ31.005716.497980.1475
Yxy16.49790.24290.1292
Hunter Lab40.617665.1783-88.5599
CIE-Lab47.621169.9662-70.8900

#a03aeb color RGB value is (160,58,235).

#a03aeb hex color red value is 160, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a03aeb hue: 0.76 , saturation: 0.82 and the lightness value of a03aeb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111010 11101011
Octal 240 72 353
Decimal 160 58 235
Hex A0 3A EB

RGB Percentages of Color #a03aeb

%35.32
%12.80
%51.88

CMYK Percentages of Color #a03aeb

%32
%75
%0
%8

Triadic Colors of #a03aeb

#a03aeb #eba03a #3aeba0

Analogous Colors of #a03aeb

#a03aeb #eb3ade #483aeb

Monochromatic Colors of #a03aeb

#a03aeb

Complementary Color

#a03aeb #85eb3a

#a03aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03aeb Color CSS Codes

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

#a03aeb Text Font Color

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

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


#a03aeb Background Color

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

This div background color is #a03aeb


#a03aeb Border Color

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

This div border color is #a03aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03aeb


Comments

No comments written yet.

Please login to write comment.