color codes Logo

#a0157d color codes

#A0157D
(160,21,125)
0 Favorites   0 Comments

Color spaces of #a0157d

RGB 16021125
HSL0.880.770.35
HSV315°87°63°
CMYK 0.000.870.22   0.37
XYZ18.46709.490620.2606
Yxy9.49060.38300.1968
Hunter Lab30.806853.0890-17.4283
CIE-Lab36.912261.5240-22.9531

#a0157d color RGB value is (160,21,125).

#a0157d hex color red value is 160, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a0157d hue: 0.88 , saturation: 0.77 and the lightness value of a0157d is 0.35.

The process color (four color CMYK) of #a0157d color code is 0.00, 0.87, 0.22, 0.37. Web safe color of #a0157d is #990066. Color #a0157d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 01111101
Octal 240 25 175
Decimal 160 21 125
Hex A0 15 7D

RGB Percentages of Color #a0157d

%52.29
%6.86
%40.85

CMYK Percentages of Color #a0157d

%0
%87
%22
%37

Triadic Colors of #a0157d

#a0157d #7da015 #157da0

Analogous Colors of #a0157d

#a0157d #a01538 #7e15a0

Monochromatic Colors of #a0157d

#a0157d

Complementary Color

#a0157d #15a038

#a0157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0157d Color CSS Codes

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

#a0157d Text Font Color

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

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


#a0157d Background Color

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

This div background color is #a0157d


#a0157d Border Color

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

This div border color is #a0157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0157d


Comments

No comments written yet.

Please login to write comment.