Color Hex Logo

#a0398e Color Hex

#A0398E
(160,57,142)
0 Favorites   0 Comments

Color spaces of #a0398e

RGB 16057142
HSL0.860.470.43
HSV310°64°63°
CMYK 0.000.640.11   0.37
XYZ20.842812.352826.8770
Yxy12.35280.34700.2056
Hunter Lab35.146644.3486-20.7372
CIE-Lab41.771452.5004-25.8536

#a0398e color RGB value is (160,57,142).

#a0398e hex color red value is 160, green value is 57 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0398e hue: 0.86 , saturation: 0.47 and the lightness value of a0398e is 0.43.

The process color (four color CMYK) of #a0398e color hex is 0.00, 0.64, 0.11, 0.37. Web safe color of #a0398e is #993399. Color #a0398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 10001110
Octal 240 71 216
Decimal 160 57 142
Hex A0 39 8E

RGB Percentages of Color #a0398e

%44.57
%15.88
%39.55

CMYK Percentages of Color #a0398e

%0
%64
%11
%37

Triadic Colors of #a0398e

#a0398e #8ea039 #398ea0

Analogous Colors of #a0398e

#a0398e #a0395b #7f39a0

Monochromatic Colors of #a0398e

#a0398e

Complementary Color

#a0398e #39a04b

#a0398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0398e Color CSS Codes

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

#a0398e Text Font Color

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

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


#a0398e Background Color

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

This div background color is #a0398e


#a0398e Border Color

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

This div border color is #a0398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0398e


Comments

No comments written yet.

Please login to write comment.