Color Hex Logo

#a31173 Color Hex

#A31173
(163,17,115)
0 Favorites   0 Comments

Color spaces of #a31173

RGB 16317115
HSL0.890.810.35
HSV320°90°64°
CMYK 0.000.900.29   0.36
XYZ18.39929.425217.0692
Yxy9.42520.40980.2099
Hunter Lab30.700553.2515-11.4744
CIE-Lab36.790461.6942-16.8224

#a31173 color RGB value is (163,17,115).

#a31173 hex color red value is 163, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a31173 hue: 0.89 , saturation: 0.81 and the lightness value of a31173 is 0.35.

The process color (four color CMYK) of #a31173 color hex is 0.00, 0.90, 0.29, 0.36. Web safe color of #a31173 is #990066. Color #a31173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 01110011
Octal 243 21 163
Decimal 163 17 115
Hex A3 11 73

RGB Percentages of Color #a31173

%55.25
%5.76
%38.98

CMYK Percentages of Color #a31173

%0
%90
%29
%36

Triadic Colors of #a31173

#a31173 #73a311 #1173a3

Analogous Colors of #a31173

#a31173 #a3112a #8a11a3

Monochromatic Colors of #a31173

#a31173

Complementary Color

#a31173 #11a341

#a31173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31173 Color CSS Codes

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

#a31173 Text Font Color

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

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


#a31173 Background Color

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

This div background color is #a31173


#a31173 Border Color

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

This div border color is #a31173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31173


Comments

No comments written yet.

Please login to write comment.