Color Hex Logo

#a05eeb Color Hex

#A05EEB
(160,94,235)
0 Favorites   0 Comments

Color spaces of #a05eeb

RGB 16094235
HSL0.740.780.65
HSV268°60°92°
CMYK 0.320.600.00   0.08
XYZ33.495321.477180.9774
Yxy21.47710.24640.1580
Hunter Lab46.343447.9123-71.1591
CIE-Lab53.467753.7412-61.4307

#a05eeb color RGB value is (160,94,235).

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

The process color (four color CMYK) of #a05eeb color hex is 0.32, 0.60, 0.00, 0.08. Web safe color of #a05eeb is #9966ff. Color #a05eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11101011
Octal 240 136 353
Decimal 160 94 235
Hex A0 5E EB

RGB Percentages of Color #a05eeb

%32.72
%19.22
%48.06

CMYK Percentages of Color #a05eeb

%32
%60
%0
%8

Triadic Colors of #a05eeb

#a05eeb #eba05e #5eeba0

Analogous Colors of #a05eeb

#a05eeb #e75eeb #5e62eb

Monochromatic Colors of #a05eeb

#a05eeb

Complementary Color

#a05eeb #a9eb5e

#a05eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eeb Color CSS Codes

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

#a05eeb Text Font Color

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

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


#a05eeb Background Color

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

This div background color is #a05eeb


#a05eeb Border Color

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

This div border color is #a05eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eeb


Comments

No comments written yet.

Please login to write comment.