Color Hex Logo

#a55eae Color Hex

#A55EAE
(165,94,174)
0 Favorites   0 Comments

Color spaces of #a55eae

RGB 16594174
HSL0.810.330.53
HSV293°46°68°
CMYK 0.050.460.00   0.32
XYZ27.159719.060742.2920
Yxy19.06070.30680.2153
Hunter Lab43.658634.6412-26.8732
CIE-Lab50.758141.5800-30.8246

#a55eae color RGB value is (165,94,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 10101110
Octal 245 136 256
Decimal 165 94 174
Hex A5 5E AE

RGB Percentages of Color #a55eae

%38.11
%21.71
%40.18

CMYK Percentages of Color #a55eae

%5
%46
%0
%32

Triadic Colors of #a55eae

#a55eae #aea55e #5eaea5

Analogous Colors of #a55eae

#a55eae #ae5e8f #7d5eae

Monochromatic Colors of #a55eae

#a55eae

Complementary Color

#a55eae #67ae5e

#a55eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55eae Color CSS Codes

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

#a55eae Text Font Color

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

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


#a55eae Background Color

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

This div background color is #a55eae


#a55eae Border Color

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

This div border color is #a55eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55eae


Comments

No comments written yet.

Please login to write comment.