Color Hex Logo

#a574ae Color Hex

#A574AE
(165,116,174)
0 Favorites   0 Comments

Color spaces of #a574ae

RGB 165116174
HSL0.810.260.57
HSV291°33°68°
CMYK 0.050.330.00   0.32
XYZ29.402423.546143.0396
Yxy23.54610.30630.2453
Hunter Lab48.524323.2411-18.6214
CIE-Lab55.630429.4049-23.2789

#a574ae color RGB value is (165,116,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 10101110
Octal 245 164 256
Decimal 165 116 174
Hex A5 74 AE

RGB Percentages of Color #a574ae

%36.26
%25.49
%38.24

CMYK Percentages of Color #a574ae

%5
%33
%0
%32

Triadic Colors of #a574ae

#a574ae #aea574 #74aea5

Analogous Colors of #a574ae

#a574ae #ae749a #8874ae

Monochromatic Colors of #a574ae

#a574ae

Complementary Color

#a574ae #7dae74

#a574ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574ae Color CSS Codes

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

#a574ae Text Font Color

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

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


#a574ae Background Color

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

This div background color is #a574ae


#a574ae Border Color

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

This div border color is #a574ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574ae


Comments

No comments written yet.

Please login to write comment.