Color Hex Logo

#a213ae Color Hex

#A213AE
(162,19,174)
0 Favorites   0 Comments

Color spaces of #a213ae

RGB 16219174
HSL0.820.800.38
HSV295°89°68°
CMYK 0.070.890.00   0.32
XYZ22.773111.203141.0065
Yxy11.20310.30370.1494
Hunter Lab33.471062.8739-49.2085
CIE-Lab39.920569.5133-48.0166

#a213ae color RGB value is (162,19,174).

#a213ae hex color red value is 162, green value is 19 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a213ae hue: 0.82 , saturation: 0.80 and the lightness value of a213ae is 0.38.

The process color (four color CMYK) of #a213ae color hex is 0.07, 0.89, 0.00, 0.32. Web safe color of #a213ae is #990099. Color #a213ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010011 10101110
Octal 242 23 256
Decimal 162 19 174
Hex A2 13 AE

RGB Percentages of Color #a213ae

%45.63
%5.35
%49.01

CMYK Percentages of Color #a213ae

%7
%89
%0
%32

Triadic Colors of #a213ae

#a213ae #aea213 #13aea2

Analogous Colors of #a213ae

#a213ae #ae136d #5513ae

Monochromatic Colors of #a213ae

#a213ae

Complementary Color

#a213ae #1fae13

#a213ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a213ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a213ae Color CSS Codes

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

#a213ae Text Font Color

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

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


#a213ae Background Color

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

This div background color is #a213ae


#a213ae Border Color

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

This div border color is #a213ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a213ae


Comments

No comments written yet.

Please login to write comment.