Color Hex Logo

#a2398c Color Hex

#A2398C
(162,57,140)
0 Favorites   0 Comments

Color spaces of #a2398c

RGB 16257140
HSL0.870.480.43
HSV313°65°64°
CMYK 0.000.650.14   0.36
XYZ21.097012.501126.1120
Yxy12.50110.35330.2094
Hunter Lab35.356944.6341-19.0374
CIE-Lab42.001752.7287-24.2548

#a2398c color RGB value is (162,57,140).

#a2398c hex color red value is 162, green value is 57 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a2398c hue: 0.87 , saturation: 0.48 and the lightness value of a2398c is 0.43.

The process color (four color CMYK) of #a2398c color hex is 0.00, 0.65, 0.14, 0.36. Web safe color of #a2398c is #993399. Color #a2398c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111001 10001100
Octal 242 71 214
Decimal 162 57 140
Hex A2 39 8C

RGB Percentages of Color #a2398c

%45.13
%15.88
%39.00

CMYK Percentages of Color #a2398c

%0
%65
%14
%36

Triadic Colors of #a2398c

#a2398c #8ca239 #398ca2

Analogous Colors of #a2398c

#a2398c #a23957 #8439a2

Monochromatic Colors of #a2398c

#a2398c

Complementary Color

#a2398c #39a24f

#a2398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2398c Color CSS Codes

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

#a2398c Text Font Color

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

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


#a2398c Background Color

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

This div background color is #a2398c


#a2398c Border Color

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

This div border color is #a2398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2398c


Comments

No comments written yet.

Please login to write comment.