Color Hex Logo

#a451eb Color Hex

#A451EB
(164,81,235)
0 Favorites   0 Comments

Color spaces of #a451eb

RGB 16481235
HSL0.760.790.62
HSV272°66°92°
CMYK 0.300.660.00   0.08
XYZ33.247719.775580.6620
Yxy19.77550.24870.1479
Hunter Lab44.469755.6335-76.4154
CIE-Lab51.582460.9951-64.4457

#a451eb color RGB value is (164,81,235).

#a451eb hex color red value is 164, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a451eb hue: 0.76 , saturation: 0.79 and the lightness value of a451eb is 0.62.

The process color (four color CMYK) of #a451eb color hex is 0.30, 0.66, 0.00, 0.08. Web safe color of #a451eb is #9966ff. Color #a451eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010001 11101011
Octal 244 121 353
Decimal 164 81 235
Hex A4 51 EB

RGB Percentages of Color #a451eb

%34.17
%16.88
%48.96

CMYK Percentages of Color #a451eb

%30
%66
%0
%8

Triadic Colors of #a451eb

#a451eb #eba451 #51eba4

Analogous Colors of #a451eb

#a451eb #eb51e5 #5751eb

Monochromatic Colors of #a451eb

#a451eb

Complementary Color

#a451eb #98eb51

#a451eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a451eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a451eb Color CSS Codes

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

#a451eb Text Font Color

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

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


#a451eb Background Color

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

This div background color is #a451eb


#a451eb Border Color

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

This div border color is #a451eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a451eb


Comments

No comments written yet.

Please login to write comment.