color codes Logo

#a0138b color codes

#A0138B
(160,19,139)
0 Favorites   0 Comments

Color spaces of #a0138b

RGB 16019139
HSL0.860.790.35
HSV309°88°63°
CMYK 0.000.880.13   0.37
XYZ19.39039.803425.2964
Yxy9.80340.35580.1799
Hunter Lab31.310455.7506-25.9845
CIE-Lab37.487263.7934-30.7309

#a0138b color RGB value is (160,19,139).

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

The process color (four color CMYK) of #a0138b color code is 0.00, 0.88, 0.13, 0.37. Web safe color of #a0138b is #990099. Color #a0138b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10001011
Octal 240 23 213
Decimal 160 19 139
Hex A0 13 8B

RGB Percentages of Color #a0138b

%50.31
%5.97
%43.71

CMYK Percentages of Color #a0138b

%0
%88
%13
%37

Triadic Colors of #a0138b

#a0138b #8ba013 #138ba0

Analogous Colors of #a0138b

#a0138b #a01345 #6f13a0

Monochromatic Colors of #a0138b

#a0138b

Complementary Color

#a0138b #13a028

#a0138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0138b Color CSS Codes

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

#a0138b Text Font Color

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

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


#a0138b Background Color

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

This div background color is #a0138b


#a0138b Border Color

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

This div border color is #a0138b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,19,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0138b


Comments

No comments written yet.

Please login to write comment.