Color Hex Logo

#a2238a Color Hex

#A2238A
(162,35,138)
0 Favorites   0 Comments

Color spaces of #a2238a

RGB 16235138
HSL0.860.640.39
HSV311°78°64°
CMYK 0.000.780.15   0.36
XYZ20.088810.718425.0548
Yxy10.71840.35960.1919
Hunter Lab32.739052.2353-22.4568
CIE-Lab39.102160.3257-27.5540

#a2238a color RGB value is (162,35,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100011 10001010
Octal 242 43 212
Decimal 162 35 138
Hex A2 23 8A

RGB Percentages of Color #a2238a

%48.36
%10.45
%41.19

CMYK Percentages of Color #a2238a

%0
%78
%15
%36

Triadic Colors of #a2238a

#a2238a #8aa223 #238aa2

Analogous Colors of #a2238a

#a2238a #a2234b #7b23a2

Monochromatic Colors of #a2238a

#a2238a

Complementary Color

#a2238a #23a23b

#a2238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2238a Color CSS Codes

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

#a2238a Text Font Color

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

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


#a2238a Background Color

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

This div background color is #a2238a


#a2238a Border Color

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

This div border color is #a2238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2238a


Comments

No comments written yet.

Please login to write comment.