Color Hex Logo

#a04eeb Color Hex

#A04EEB
(160,78,235)
0 Favorites   0 Comments

Color spaces of #a04eeb

RGB 16078235
HSL0.750.800.61
HSV271°67°92°
CMYK 0.320.670.00   0.08
XYZ32.217018.920580.5513
Yxy18.92050.24460.1437
Hunter Lab43.497756.0868-79.3479
CIE-Lab50.594161.5766-66.0669

#a04eeb color RGB value is (160,78,235).

#a04eeb hex color red value is 160, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a04eeb hue: 0.75 , saturation: 0.80 and the lightness value of a04eeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001110 11101011
Octal 240 116 353
Decimal 160 78 235
Hex A0 4E EB

RGB Percentages of Color #a04eeb

%33.83
%16.49
%49.68

CMYK Percentages of Color #a04eeb

%32
%67
%0
%8

Triadic Colors of #a04eeb

#a04eeb #eba04e #4eeba0

Analogous Colors of #a04eeb

#a04eeb #eb4ee8 #514eeb

Monochromatic Colors of #a04eeb

#a04eeb

Complementary Color

#a04eeb #99eb4e

#a04eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04eeb Color CSS Codes

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

#a04eeb Text Font Color

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

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


#a04eeb Background Color

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

This div background color is #a04eeb


#a04eeb Border Color

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

This div border color is #a04eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04eeb


Comments

No comments written yet.

Please login to write comment.