Color Hex Logo

#a45eda Color Hex

#A45EDA
(164,94,218)
0 Favorites   0 Comments

Color spaces of #a45eda

RGB 16494218
HSL0.760.630.61
HSV274°57°85°
CMYK 0.250.570.00   0.15
XYZ31.967420.959968.6905
Yxy20.95990.26290.1723
Hunter Lab45.782044.5197-56.9103
CIE-Lab52.905650.7105-52.7281

#a45eda color RGB value is (164,94,218).

#a45eda hex color red value is 164, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a45eda hue: 0.76 , saturation: 0.63 and the lightness value of a45eda is 0.61.

The process color (four color CMYK) of #a45eda color hex is 0.25, 0.57, 0.00, 0.15. Web safe color of #a45eda is #9966cc. Color #a45eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 11011010
Octal 244 136 332
Decimal 164 94 218
Hex A4 5E DA

RGB Percentages of Color #a45eda

%34.45
%19.75
%45.80

CMYK Percentages of Color #a45eda

%25
%57
%0
%15

Triadic Colors of #a45eda

#a45eda #daa45e #5edaa4

Analogous Colors of #a45eda

#a45eda #da5ed2 #665eda

Monochromatic Colors of #a45eda

#a45eda

Complementary Color

#a45eda #94da5e

#a45eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45eda Color CSS Codes

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

#a45eda Text Font Color

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

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


#a45eda Background Color

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

This div background color is #a45eda


#a45eda Border Color

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

This div border color is #a45eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45eda


Comments

No comments written yet.

Please login to write comment.