Color Hex Logo

#a42aae Color Hex

#A42AAE
(164,42,174)
0 Favorites   0 Comments

Color spaces of #a42aae

RGB 16442174
HSL0.820.610.42
HSV295°76°68°
CMYK 0.060.760.00   0.32
XYZ23.777812.604441.2241
Yxy12.60440.30640.1624
Hunter Lab35.502757.4201-43.9930
CIE-Lab42.161064.3571-44.4085

#a42aae color RGB value is (164,42,174).

#a42aae hex color red value is 164, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a42aae hue: 0.82 , saturation: 0.61 and the lightness value of a42aae is 0.42.

The process color (four color CMYK) of #a42aae color hex is 0.06, 0.76, 0.00, 0.32. Web safe color of #a42aae is #993399. Color #a42aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101010 10101110
Octal 244 52 256
Decimal 164 42 174
Hex A4 2A AE

RGB Percentages of Color #a42aae

%43.16
%11.05
%45.79

CMYK Percentages of Color #a42aae

%6
%76
%0
%32

Triadic Colors of #a42aae

#a42aae #aea42a #2aaea4

Analogous Colors of #a42aae

#a42aae #ae2a76 #622aae

Monochromatic Colors of #a42aae

#a42aae

Complementary Color

#a42aae #34ae2a

#a42aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42aae Color CSS Codes

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

#a42aae Text Font Color

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

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


#a42aae Background Color

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

This div background color is #a42aae


#a42aae Border Color

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

This div border color is #a42aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42aae


Comments

No comments written yet.

Please login to write comment.