Color Hex Logo

#a2238e Color Hex

#A2238E
(162,35,142)
1 Favorites   0 Comments

Color spaces of #a2238e

RGB 16235142
HSL0.860.640.39
HSV309°78°64°
CMYK 0.000.780.12   0.36
XYZ20.383810.836426.6085
Yxy10.83640.35250.1874
Hunter Lab32.918752.9225-24.8816
CIE-Lab39.303560.9081-29.6894

#a2238e color RGB value is (162,35,142).

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

The process color (four color CMYK) of #a2238e color hex is 0.00, 0.78, 0.12, 0.36. Web safe color of #a2238e is #993399. Color #a2238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100011 10001110
Octal 242 43 216
Decimal 162 35 142
Hex A2 23 8E

RGB Percentages of Color #a2238e

%47.79
%10.32
%41.89

CMYK Percentages of Color #a2238e

%0
%78
%12
%36

Triadic Colors of #a2238e

#a2238e #8ea223 #238ea2

Analogous Colors of #a2238e

#a2238e #a2234f #7723a2

Monochromatic Colors of #a2238e

#a2238e

Complementary Color

#a2238e #23a237

#a2238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2238e Color CSS Codes

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

#a2238e Text Font Color

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

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


#a2238e Background Color

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

This div background color is #a2238e


#a2238e Border Color

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

This div border color is #a2238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2238e


Comments

No comments written yet.

Please login to write comment.