Color Hex Logo

#a05bef Color Hex

#A05BEF
(160,91,239)
0 Favorites   0 Comments

Color spaces of #a05bef

RGB 16091239
HSL0.740.820.65
HSV268°62°94°
CMYK 0.330.620.00   0.06
XYZ33.818321.187783.9686
Yxy21.18770.24330.1525
Hunter Lab46.030150.5912-75.9364
CIE-Lab53.154356.2238-64.1753

#a05bef color RGB value is (160,91,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011011 11101111
Octal 240 133 357
Decimal 160 91 239
Hex A0 5B EF

RGB Percentages of Color #a05bef

%32.65
%18.57
%48.78

CMYK Percentages of Color #a05bef

%33
%62
%0
%6

Triadic Colors of #a05bef

#a05bef #efa05b #5befa0

Analogous Colors of #a05bef

#a05bef #ea5bef #5b60ef

Monochromatic Colors of #a05bef

#a05bef

Complementary Color

#a05bef #aaef5b

#a05bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05bef Color CSS Codes

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

#a05bef Text Font Color

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

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


#a05bef Background Color

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

This div background color is #a05bef


#a05bef Border Color

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

This div border color is #a05bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05bef


Comments

No comments written yet.

Please login to write comment.