Color Hex Logo

#a45fea Color Hex

#A45FEA
(164,95,234)
0 Favorites   0 Comments

Color spaces of #a45fea

RGB 16495234
HSL0.750.770.65
HSV270°59°92°
CMYK 0.300.590.00   0.08
XYZ34.253322.017480.2863
Yxy22.01740.25080.1612
Hunter Lab46.922748.1892-68.6013
CIE-Lab54.045553.8953-59.9177

#a45fea color RGB value is (164,95,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 11101010
Octal 244 137 352
Decimal 164 95 234
Hex A4 5F EA

RGB Percentages of Color #a45fea

%33.27
%19.27
%47.46

CMYK Percentages of Color #a45fea

%30
%59
%0
%8

Triadic Colors of #a45fea

#a45fea #eaa45f #5feaa4

Analogous Colors of #a45fea

#a45fea #ea5fea #5f5fea

Monochromatic Colors of #a45fea

#a45fea

Complementary Color

#a45fea #a5ea5f

#a45fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fea Color CSS Codes

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

#a45fea Text Font Color

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

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


#a45fea Background Color

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

This div background color is #a45fea


#a45fea Border Color

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

This div border color is #a45fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fea


Comments

No comments written yet.

Please login to write comment.