Color Hex Logo

#a574ab Color Hex

#A574AB
(165,116,171)
0 Favorites   0 Comments

Color spaces of #a574ab

RGB 165116171
HSL0.820.250.56
HSV293°32°67°
CMYK 0.040.320.00   0.33
XYZ29.113123.430441.5162
Yxy23.43040.30950.2491
Hunter Lab48.405022.6499-16.9687
CIE-Lab55.512928.7987-21.7290

#a574ab color RGB value is (165,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 10101011
Octal 245 164 253
Decimal 165 116 171
Hex A5 74 AB

RGB Percentages of Color #a574ab

%36.50
%25.66
%37.83

CMYK Percentages of Color #a574ab

%4
%32
%0
%33

Triadic Colors of #a574ab

#a574ab #aba574 #74aba5

Analogous Colors of #a574ab

#a574ab #ab7496 #8a74ab

Monochromatic Colors of #a574ab

#a574ab

Complementary Color

#a574ab #7aab74

#a574ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574ab Color CSS Codes

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

#a574ab Text Font Color

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

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


#a574ab Background Color

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

This div background color is #a574ab


#a574ab Border Color

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

This div border color is #a574ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574ab


Comments

No comments written yet.

Please login to write comment.