Color Hex Logo

#a2198e Color Hex

#A2198E
(162,25,142)
0 Favorites   0 Comments

Color spaces of #a2198e

RGB 16225142
HSL0.860.730.37
HSV309°85°64°
CMYK 0.000.850.12   0.36
XYZ20.130410.329626.5240
Yxy10.32960.35330.1813
Hunter Lab32.139755.5574-26.4326
CIE-Lab38.427663.4384-31.0671

#a2198e color RGB value is (162,25,142).

#a2198e hex color red value is 162, green value is 25 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a2198e hue: 0.86 , saturation: 0.73 and the lightness value of a2198e is 0.37.

The process color (four color CMYK) of #a2198e color hex is 0.00, 0.85, 0.12, 0.36. Web safe color of #a2198e is #990099. Color #a2198e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011001 10001110
Octal 242 31 216
Decimal 162 25 142
Hex A2 19 8E

RGB Percentages of Color #a2198e

%49.24
%7.60
%43.16

CMYK Percentages of Color #a2198e

%0
%85
%12
%36

Triadic Colors of #a2198e

#a2198e #8ea219 #198ea2

Analogous Colors of #a2198e

#a2198e #a2194a #7219a2

Monochromatic Colors of #a2198e

#a2198e

Complementary Color

#a2198e #19a22d

#a2198e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2198e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2198e Color CSS Codes

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

#a2198e Text Font Color

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

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


#a2198e Background Color

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

This div background color is #a2198e


#a2198e Border Color

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

This div border color is #a2198e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,25,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2198e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2198e


Comments

No comments written yet.

Please login to write comment.