Color Hex Logo

#a31989 Color Hex

#A31989
(163,25,137)
0 Favorites   0 Comments

Color spaces of #a31989

RGB 16325137
HSL0.860.730.37
HSV311°85°64°
CMYK 0.000.850.16   0.36
XYZ19.967210.287924.6003
Yxy10.28790.36400.1875
Hunter Lab32.074854.9891-23.0212
CIE-Lab38.354362.9469-28.0978

#a31989 color RGB value is (163,25,137).

#a31989 hex color red value is 163, green value is 25 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a31989 hue: 0.86 , saturation: 0.73 and the lightness value of a31989 is 0.37.

The process color (four color CMYK) of #a31989 color hex is 0.00, 0.85, 0.16, 0.36. Web safe color of #a31989 is #990099. Color #a31989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 10001001
Octal 243 31 211
Decimal 163 25 137
Hex A3 19 89

RGB Percentages of Color #a31989

%50.15
%7.69
%42.15

CMYK Percentages of Color #a31989

%0
%85
%16
%36

Triadic Colors of #a31989

#a31989 #89a319 #1989a3

Analogous Colors of #a31989

#a31989 #a31944 #7819a3

Monochromatic Colors of #a31989

#a31989

Complementary Color

#a31989 #19a333

#a31989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31989 Color CSS Codes

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

#a31989 Text Font Color

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

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


#a31989 Background Color

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

This div background color is #a31989


#a31989 Border Color

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

This div border color is #a31989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,25,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31989


Comments

No comments written yet.

Please login to write comment.