Color Hex Logo

#a804eb Color Hex

#A804EB
(168,4,235)
0 Favorites   0 Comments

Color spaces of #a804eb

RGB 1684235
HSL0.780.970.47
HSV283°98°92°
CMYK 0.290.980.00   0.08
XYZ31.187314.409879.7349
Yxy14.40980.24880.1150
Hunter Lab37.960280.2212-97.9656
CIE-Lab44.815082.7320-75.4177

#a804eb color RGB value is (168,4,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000100 11101011
Octal 250 4 353
Decimal 168 4 235
Hex A8 4 EB

RGB Percentages of Color #a804eb

%41.28
%0.98
%57.74

CMYK Percentages of Color #a804eb

%29
%98
%0
%8

Triadic Colors of #a804eb

#a804eb #eba804 #04eba8

Analogous Colors of #a804eb

#a804eb #eb04bb #3504eb

Monochromatic Colors of #a804eb

#a804eb

Complementary Color

#a804eb #47eb04

#a804eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a804eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a804eb Color CSS Codes

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

#a804eb Text Font Color

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

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


#a804eb Background Color

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

This div background color is #a804eb


#a804eb Border Color

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

This div border color is #a804eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a804eb


Comments

No comments written yet.

Please login to write comment.