Color Hex Logo

#a577ab Color Hex

#A577AB
(165,119,171)
0 Favorites   0 Comments

Color spaces of #a577ab

RGB 165119171
HSL0.810.240.57
HSV293°30°67°
CMYK 0.040.300.00   0.33
XYZ29.464624.133341.6333
Yxy24.13330.30940.2534
Hunter Lab49.125721.0909-15.8595
CIE-Lab56.221027.0976-20.6443

#a577ab color RGB value is (165,119,171).

#a577ab hex color red value is 165, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a577ab hue: 0.81 , saturation: 0.24 and the lightness value of a577ab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 10101011
Octal 245 167 253
Decimal 165 119 171
Hex A5 77 AB

RGB Percentages of Color #a577ab

%36.26
%26.15
%37.58

CMYK Percentages of Color #a577ab

%4
%30
%0
%33

Triadic Colors of #a577ab

#a577ab #aba577 #77aba5

Analogous Colors of #a577ab

#a577ab #ab7797 #8b77ab

Monochromatic Colors of #a577ab

#a577ab

Complementary Color

#a577ab #7dab77

#a577ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a577ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a577ab Color CSS Codes

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

#a577ab Text Font Color

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

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


#a577ab Background Color

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

This div background color is #a577ab


#a577ab Border Color

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

This div border color is #a577ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a577ab


Comments

No comments written yet.

Please login to write comment.