Color Hex Logo

#a45ead Color Hex

#A45EAD
(164,94,173)
0 Favorites   0 Comments

Color spaces of #a45ead

RGB 16494173
HSL0.810.330.52
HSV293°46°68°
CMYK 0.050.460.00   0.32
XYZ26.855418.915141.7707
Yxy18.91510.30680.2161
Hunter Lab43.491534.1112-26.5001
CIE-Lab50.587741.0800-30.5164

#a45ead color RGB value is (164,94,173).

#a45ead hex color red value is 164, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a45ead hue: 0.81 , saturation: 0.33 and the lightness value of a45ead is 0.52.

The process color (four color CMYK) of #a45ead color hex is 0.05, 0.46, 0.00, 0.32. Web safe color of #a45ead is #996699. Color #a45ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 10101101
Octal 244 136 255
Decimal 164 94 173
Hex A4 5E AD

RGB Percentages of Color #a45ead

%38.05
%21.81
%40.14

CMYK Percentages of Color #a45ead

%5
%46
%0
%32

Triadic Colors of #a45ead

#a45ead #ada45e #5eada4

Analogous Colors of #a45ead

#a45ead #ad5e8f #7d5ead

Monochromatic Colors of #a45ead

#a45ead

Complementary Color

#a45ead #67ad5e

#a45ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ead Color CSS Codes

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

#a45ead Text Font Color

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

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


#a45ead Background Color

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

This div background color is #a45ead


#a45ead Border Color

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

This div border color is #a45ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ead


Comments

No comments written yet.

Please login to write comment.