Color Hex Logo

#a45eea Color Hex

#A45EEA
(164,94,234)
0 Favorites   0 Comments

Color spaces of #a45eea

RGB 16494234
HSL0.750.770.64
HSV270°60°92°
CMYK 0.300.600.00   0.08
XYZ34.163821.838480.2565
Yxy21.83840.25070.1603
Hunter Lab46.731648.7148-69.1122
CIE-Lab53.855154.4055-60.2235

#a45eea color RGB value is (164,94,234).

#a45eea hex color red value is 164, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a45eea hue: 0.75 , saturation: 0.77 and the lightness value of a45eea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 11101010
Octal 244 136 352
Decimal 164 94 234
Hex A4 5E EA

RGB Percentages of Color #a45eea

%33.33
%19.11
%47.56

CMYK Percentages of Color #a45eea

%30
%60
%0
%8

Triadic Colors of #a45eea

#a45eea #eaa45e #5eeaa4

Analogous Colors of #a45eea

#a45eea #ea5eea #5e5eea

Monochromatic Colors of #a45eea

#a45eea

Complementary Color

#a45eea #a4ea5e

#a45eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45eea Color CSS Codes

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

#a45eea Text Font Color

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

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


#a45eea Background Color

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

This div background color is #a45eea


#a45eea Border Color

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

This div border color is #a45eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,94,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a45eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45eea


Comments

No comments written yet.

Please login to write comment.