Color Hex Logo

#a31977 Color Hex

#A31977
(163,25,119)
0 Favorites   0 Comments

Color spaces of #a31977

RGB 16325119
HSL0.890.730.37
HSV319°85°64°
CMYK 0.000.850.27   0.36
XYZ18.78179.813718.3571
Yxy9.81370.40000.2090
Hunter Lab31.326852.1960-12.8144
CIE-Lab37.506060.6004-18.2354

#a31977 color RGB value is (163,25,119).

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

The process color (four color CMYK) of #a31977 color hex is 0.00, 0.85, 0.27, 0.36. Web safe color of #a31977 is #990066. Color #a31977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 01110111
Octal 243 31 167
Decimal 163 25 119
Hex A3 19 77

RGB Percentages of Color #a31977

%53.09
%8.14
%38.76

CMYK Percentages of Color #a31977

%0
%85
%27
%36

Triadic Colors of #a31977

#a31977 #77a319 #1977a3

Analogous Colors of #a31977

#a31977 #a31932 #8a19a3

Monochromatic Colors of #a31977

#a31977

Complementary Color

#a31977 #19a345

#a31977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31977 Color CSS Codes

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

#a31977 Text Font Color

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

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


#a31977 Background Color

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

This div background color is #a31977


#a31977 Border Color

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

This div border color is #a31977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31977


Comments

No comments written yet.

Please login to write comment.