Color Hex Logo

#a0187e Color Hex

#A0187E
(160,24,126)
0 Favorites   0 Comments

Color spaces of #a0187e

RGB 16024126
HSL0.880.740.36
HSV315°85°63°
CMYK 0.000.850.21   0.37
XYZ18.58979.633220.6183
Yxy9.63320.38060.1972
Hunter Lab31.037452.5963-17.6605
CIE-Lab37.175961.0273-23.1665

#a0187e color RGB value is (160,24,126).

#a0187e hex color red value is 160, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0187e hue: 0.88 , saturation: 0.74 and the lightness value of a0187e is 0.36.

The process color (four color CMYK) of #a0187e color hex is 0.00, 0.85, 0.21, 0.37. Web safe color of #a0187e is #990066. Color #a0187e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 01111110
Octal 240 30 176
Decimal 160 24 126
Hex A0 18 7E

RGB Percentages of Color #a0187e

%51.61
%7.74
%40.65

CMYK Percentages of Color #a0187e

%0
%85
%21
%37

Triadic Colors of #a0187e

#a0187e #7ea018 #187ea0

Analogous Colors of #a0187e

#a0187e #a0183a #7e18a0

Monochromatic Colors of #a0187e

#a0187e

Complementary Color

#a0187e #18a03a

#a0187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0187e Color CSS Codes

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

#a0187e Text Font Color

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

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


#a0187e Background Color

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

This div background color is #a0187e


#a0187e Border Color

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

This div border color is #a0187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0187e


Comments

No comments written yet.

Please login to write comment.