Color Hex Logo

#a04aeb Color Hex

#A04AEB
(160,74,235)
0 Favorites   0 Comments

Color spaces of #a04aeb

RGB 16074235
HSL0.760.800.61
HSV272°69°92°
CMYK 0.320.690.00   0.08
XYZ31.941418.369380.4594
Yxy18.36930.24430.1405
Hunter Lab42.859458.0249-81.3027
CIE-Lab49.941063.3946-67.1241

#a04aeb color RGB value is (160,74,235).

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

The process color (four color CMYK) of #a04aeb color hex is 0.32, 0.69, 0.00, 0.08. Web safe color of #a04aeb is #9933ff. Color #a04aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 11101011
Octal 240 112 353
Decimal 160 74 235
Hex A0 4A EB

RGB Percentages of Color #a04aeb

%34.12
%15.78
%50.11

CMYK Percentages of Color #a04aeb

%32
%69
%0
%8

Triadic Colors of #a04aeb

#a04aeb #eba04a #4aeba0

Analogous Colors of #a04aeb

#a04aeb #eb4ae6 #504aeb

Monochromatic Colors of #a04aeb

#a04aeb

Complementary Color

#a04aeb #95eb4a

#a04aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04aeb Color CSS Codes

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

#a04aeb Text Font Color

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

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


#a04aeb Background Color

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

This div background color is #a04aeb


#a04aeb Border Color

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

This div border color is #a04aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04aeb


Comments

No comments written yet.

Please login to write comment.