Color Hex Logo

#a05aef Color Hex

#A05AEF
(160,90,239)
0 Favorites   0 Comments

Color spaces of #a05aef

RGB 16090239
HSL0.740.820.65
HSV268°62°94°
CMYK 0.330.620.00   0.06
XYZ33.733421.017983.9403
Yxy21.01790.24320.1515
Hunter Lab45.845351.1128-76.4652
CIE-Lab52.969156.7254-64.4741

#a05aef color RGB value is (160,90,239).

#a05aef hex color red value is 160, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a05aef hue: 0.74 , saturation: 0.82 and the lightness value of a05aef is 0.65.

The process color (four color CMYK) of #a05aef color hex is 0.33, 0.62, 0.00, 0.06. Web safe color of #a05aef is #9966ff. Color #a05aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11101111
Octal 240 132 357
Decimal 160 90 239
Hex A0 5A EF

RGB Percentages of Color #a05aef

%32.72
%18.40
%48.88

CMYK Percentages of Color #a05aef

%33
%62
%0
%6

Triadic Colors of #a05aef

#a05aef #efa05a #5aefa0

Analogous Colors of #a05aef

#a05aef #eb5aef #5a5fef

Monochromatic Colors of #a05aef

#a05aef

Complementary Color

#a05aef #a9ef5a

#a05aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05aef Color CSS Codes

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

#a05aef Text Font Color

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

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


#a05aef Background Color

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

This div background color is #a05aef


#a05aef Border Color

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

This div border color is #a05aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05aef


Comments

No comments written yet.

Please login to write comment.