Color Hex Logo

#a05eef Color Hex

#A05EEF
(160,94,239)
0 Favorites   0 Comments

Color spaces of #a05eef

RGB 16094239
HSL0.740.820.65
HSV267°61°94°
CMYK 0.330.610.00   0.06
XYZ34.079921.711084.0558
Yxy21.71100.24370.1552
Hunter Lab46.595149.0146-74.3405
CIE-Lab53.719054.7009-63.2651

#a05eef color RGB value is (160,94,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11101111
Octal 240 136 357
Decimal 160 94 239
Hex A0 5E EF

RGB Percentages of Color #a05eef

%32.45
%19.07
%48.48

CMYK Percentages of Color #a05eef

%33
%61
%0
%6

Triadic Colors of #a05eef

#a05eef #efa05e #5eefa0

Analogous Colors of #a05eef

#a05eef #e95eef #5e65ef

Monochromatic Colors of #a05eef

#a05eef

Complementary Color

#a05eef #adef5e

#a05eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eef Color CSS Codes

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

#a05eef Text Font Color

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

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


#a05eef Background Color

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

This div background color is #a05eef


#a05eef Border Color

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

This div border color is #a05eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eef


Comments

No comments written yet.

Please login to write comment.