Color Hex Logo

#a3157e Color Hex

#A3157E
(163,21,126)
0 Favorites   0 Comments

Color spaces of #a3157e

RGB 16321126
HSL0.880.770.36
HSV316°87°64°
CMYK 0.000.870.23   0.36
XYZ19.13839.829220.6272
Yxy9.82920.38590.1982
Hunter Lab31.351654.0986-17.0627
CIE-Lab37.534162.3107-22.5654

#a3157e color RGB value is (163,21,126).

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

The process color (four color CMYK) of #a3157e color hex is 0.00, 0.87, 0.23, 0.36. Web safe color of #a3157e is #990066. Color #a3157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 01111110
Octal 243 25 176
Decimal 163 21 126
Hex A3 15 7E

RGB Percentages of Color #a3157e

%52.58
%6.77
%40.65

CMYK Percentages of Color #a3157e

%0
%87
%23
%36

Triadic Colors of #a3157e

#a3157e #7ea315 #157ea3

Analogous Colors of #a3157e

#a3157e #a31537 #8115a3

Monochromatic Colors of #a3157e

#a3157e

Complementary Color

#a3157e #15a33a

#a3157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3157e Color CSS Codes

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

#a3157e Text Font Color

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

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


#a3157e Background Color

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

This div background color is #a3157e


#a3157e Border Color

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

This div border color is #a3157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3157e


Comments

No comments written yet.

Please login to write comment.