Color Hex Logo

#a55ead Color Hex

#A55EAD
(165,94,173)
0 Favorites   0 Comments

Color spaces of #a55ead

RGB 16594173
HSL0.820.330.52
HSV294°46°68°
CMYK 0.050.460.00   0.32
XYZ27.062619.021941.7804
Yxy19.02190.30800.2165
Hunter Lab43.614134.4348-26.2674
CIE-Lab50.712841.3825-30.3120

#a55ead color RGB value is (165,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 10101101
Octal 245 136 255
Decimal 165 94 173
Hex A5 5E AD

RGB Percentages of Color #a55ead

%38.19
%21.76
%40.05

CMYK Percentages of Color #a55ead

%5
%46
%0
%32

Triadic Colors of #a55ead

#a55ead #ada55e #5eada5

Analogous Colors of #a55ead

#a55ead #ad5e8e #7e5ead

Monochromatic Colors of #a55ead

#a55ead

Complementary Color

#a55ead #66ad5e

#a55ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ead Color CSS Codes

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

#a55ead Text Font Color

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

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


#a55ead Background Color

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

This div background color is #a55ead


#a55ead Border Color

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

This div border color is #a55ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ead


Comments

No comments written yet.

Please login to write comment.