Color Hex Logo

#a03aef Color Hex

#A03AEF
(160,58,239)
0 Favorites   0 Comments

Color spaces of #a03aef

RGB 16058239
HSL0.760.850.58
HSV274°76°94°
CMYK 0.330.760.00   0.06
XYZ31.590216.731783.2259
Yxy16.73170.24010.1272
Hunter Lab40.904466.2717-92.0010
CIE-Lab47.920270.8262-72.6573

#a03aef color RGB value is (160,58,239).

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

The process color (four color CMYK) of #a03aef color hex is 0.33, 0.76, 0.00, 0.06. Web safe color of #a03aef is #9933ff. Color #a03aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111010 11101111
Octal 240 72 357
Decimal 160 58 239
Hex A0 3A EF

RGB Percentages of Color #a03aef

%35.01
%12.69
%52.30

CMYK Percentages of Color #a03aef

%33
%76
%0
%6

Triadic Colors of #a03aef

#a03aef #efa03a #3aefa0

Analogous Colors of #a03aef

#a03aef #ef3ae4 #463aef

Monochromatic Colors of #a03aef

#a03aef

Complementary Color

#a03aef #89ef3a

#a03aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03aef Color CSS Codes

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

#a03aef Text Font Color

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

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


#a03aef Background Color

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

This div background color is #a03aef


#a03aef Border Color

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

This div border color is #a03aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03aef


Comments

No comments written yet.

Please login to write comment.