Color Hex Logo

#a0138e Color Hex

#A0138E
(160,19,142)
0 Favorites   0 Comments

Color spaces of #a0138e

RGB 16019142
HSL0.850.790.35
HSV308°88°63°
CMYK 0.000.880.11   0.37
XYZ19.61269.892326.4669
Yxy9.89230.35040.1767
Hunter Lab31.452056.2665-27.8762
CIE-Lab37.648464.2192-32.3208

#a0138e color RGB value is (160,19,142).

#a0138e hex color red value is 160, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0138e hue: 0.85 , saturation: 0.79 and the lightness value of a0138e is 0.35.

The process color (four color CMYK) of #a0138e color hex is 0.00, 0.88, 0.11, 0.37. Web safe color of #a0138e is #990099. Color #a0138e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10001110
Octal 240 23 216
Decimal 160 19 142
Hex A0 13 8E

RGB Percentages of Color #a0138e

%49.84
%5.92
%44.24

CMYK Percentages of Color #a0138e

%0
%88
%11
%37

Triadic Colors of #a0138e

#a0138e #8ea013 #138ea0

Analogous Colors of #a0138e

#a0138e #a01347 #6c13a0

Monochromatic Colors of #a0138e

#a0138e

Complementary Color

#a0138e #13a025

#a0138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0138e Color CSS Codes

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

#a0138e Text Font Color

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

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


#a0138e Background Color

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

This div background color is #a0138e


#a0138e Border Color

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

This div border color is #a0138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0138e


Comments

No comments written yet.

Please login to write comment.