Color Hex Logo

#a404eb Color Hex

#A404EB
(164,4,235)
0 Favorites   0 Comments

Color spaces of #a404eb

RGB 1644235
HSL0.780.970.47
HSV282°98°92°
CMYK 0.300.980.00   0.08
XYZ30.348713.977579.6956
Yxy13.97750.24470.1127
Hunter Lab37.386579.4720-100.2161
CIE-Lab44.200682.2608-76.4473

#a404eb color RGB value is (164,4,235).

#a404eb hex color red value is 164, green value is 4 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a404eb hue: 0.78 , saturation: 0.97 and the lightness value of a404eb is 0.47.

The process color (four color CMYK) of #a404eb color hex is 0.30, 0.98, 0.00, 0.08. Web safe color of #a404eb is #9900ff. Color #a404eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000100 11101011
Octal 244 4 353
Decimal 164 4 235
Hex A4 4 EB

RGB Percentages of Color #a404eb

%40.69
%0.99
%58.31

CMYK Percentages of Color #a404eb

%30
%98
%0
%8

Triadic Colors of #a404eb

#a404eb #eba404 #04eba4

Analogous Colors of #a404eb

#a404eb #eb04bf #3104eb

Monochromatic Colors of #a404eb

#a404eb

Complementary Color

#a404eb #4beb04

#a404eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a404eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a404eb Color CSS Codes

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

#a404eb Text Font Color

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

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


#a404eb Background Color

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

This div background color is #a404eb


#a404eb Border Color

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

This div border color is #a404eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a404eb


Comments

No comments written yet.

Please login to write comment.