Color Hex Logo

#a542ae Color Hex

#A542AE
(165,66,174)
0 Favorites   0 Comments

Color spaces of #a542ae

RGB 16566174
HSL0.820.450.47
HSV295°62°68°
CMYK 0.050.620.00   0.32
XYZ25.105214.951841.6072
Yxy14.95180.30740.1831
Hunter Lab38.667648.2242-36.7301
CIE-Lab45.568155.4281-38.9811

#a542ae color RGB value is (165,66,174).

#a542ae hex color red value is 165, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a542ae hue: 0.82 , saturation: 0.45 and the lightness value of a542ae is 0.47.

The process color (four color CMYK) of #a542ae color hex is 0.05, 0.62, 0.00, 0.32. Web safe color of #a542ae is #993399. Color #a542ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 10101110
Octal 245 102 256
Decimal 165 66 174
Hex A5 42 AE

RGB Percentages of Color #a542ae

%40.74
%16.30
%42.96

CMYK Percentages of Color #a542ae

%5
%62
%0
%32

Triadic Colors of #a542ae

#a542ae #aea542 #42aea5

Analogous Colors of #a542ae

#a542ae #ae4281 #6f42ae

Monochromatic Colors of #a542ae

#a542ae

Complementary Color

#a542ae #4bae42

#a542ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a542ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a542ae Color CSS Codes

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

#a542ae Text Font Color

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

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


#a542ae Background Color

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

This div background color is #a542ae


#a542ae Border Color

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

This div border color is #a542ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a542ae


Comments

No comments written yet.

Please login to write comment.