Color Hex Logo

#a45ee1 Color Hex

#A45EE1
(164,94,225)
0 Favorites   0 Comments

Color spaces of #a45ee1

RGB 16494225
HSL0.760.690.63
HSV272°58°88°
CMYK 0.270.580.00   0.12
XYZ32.903221.334273.6179
Yxy21.33420.25730.1669
Hunter Lab46.189046.3257-62.1666
CIE-Lab53.313352.3133-56.0322

#a45ee1 color RGB value is (164,94,225).

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

The process color (four color CMYK) of #a45ee1 color hex is 0.27, 0.58, 0.00, 0.12. Web safe color of #a45ee1 is #9966cc. Color #a45ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 11100001
Octal 244 136 341
Decimal 164 94 225
Hex A4 5E E1

RGB Percentages of Color #a45ee1

%33.95
%19.46
%46.58

CMYK Percentages of Color #a45ee1

%27
%58
%0
%12

Triadic Colors of #a45ee1

#a45ee1 #e1a45e #5ee1a4

Analogous Colors of #a45ee1

#a45ee1 #e15edd #635ee1

Monochromatic Colors of #a45ee1

#a45ee1

Complementary Color

#a45ee1 #9be15e

#a45ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ee1 Color CSS Codes

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

#a45ee1 Text Font Color

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

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


#a45ee1 Background Color

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

This div background color is #a45ee1


#a45ee1 Border Color

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

This div border color is #a45ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ee1


Comments

No comments written yet.

Please login to write comment.