Color Hex Logo

#a2358a Color Hex

#A2358A
(162,53,138)
0 Favorites   0 Comments

Color spaces of #a2358a

RGB 16253138
HSL0.870.510.42
HSV313°67°64°
CMYK 0.000.670.15   0.36
XYZ20.760812.062625.2788
Yxy12.06260.35730.2076
Hunter Lab34.731345.9197-18.8418
CIE-Lab41.315454.0700-24.1020

#a2358a color RGB value is (162,53,138).

#a2358a hex color red value is 162, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a2358a hue: 0.87 , saturation: 0.51 and the lightness value of a2358a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110101 10001010
Octal 242 65 212
Decimal 162 53 138
Hex A2 35 8A

RGB Percentages of Color #a2358a

%45.89
%15.01
%39.09

CMYK Percentages of Color #a2358a

%0
%67
%15
%36

Triadic Colors of #a2358a

#a2358a #8aa235 #358aa2

Analogous Colors of #a2358a

#a2358a #a23554 #8435a2

Monochromatic Colors of #a2358a

#a2358a

Complementary Color

#a2358a #35a24d

#a2358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2358a Color CSS Codes

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

#a2358a Text Font Color

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

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


#a2358a Background Color

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

This div background color is #a2358a


#a2358a Border Color

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

This div border color is #a2358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2358a


Comments

No comments written yet.

Please login to write comment.