Color Hex Logo

#a55eab Color Hex

#A55EAB
(165,94,171)
0 Favorites   0 Comments

Color spaces of #a55eab

RGB 16594171
HSL0.820.310.52
HSV295°45°67°
CMYK 0.040.450.00   0.33
XYZ26.870418.945040.7686
Yxy18.94500.31030.2188
Hunter Lab43.525934.0256-25.0660
CIE-Lab50.622840.9900-29.2844

#a55eab color RGB value is (165,94,171).

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

The process color (four color CMYK) of #a55eab color hex is 0.04, 0.45, 0.00, 0.33. Web safe color of #a55eab is #996699. Color #a55eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 10101011
Octal 245 136 253
Decimal 165 94 171
Hex A5 5E AB

RGB Percentages of Color #a55eab

%38.37
%21.86
%39.77

CMYK Percentages of Color #a55eab

%4
%45
%0
%33

Triadic Colors of #a55eab

#a55eab #aba55e #5eaba5

Analogous Colors of #a55eab

#a55eab #ab5e8b #7f5eab

Monochromatic Colors of #a55eab

#a55eab

Complementary Color

#a55eab #64ab5e

#a55eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55eab Color CSS Codes

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

#a55eab Text Font Color

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

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


#a55eab Background Color

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

This div background color is #a55eab


#a55eab Border Color

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

This div border color is #a55eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55eab


Comments

No comments written yet.

Please login to write comment.