Color Hex Logo

#a31156 Color Hex

#A31156
(163,17,86)
0 Favorites   0 Comments

Color spaces of #a31156

RGB 1631786
HSL0.920.810.35
HSV332°90°64°
CMYK 0.000.900.47   0.36
XYZ16.98448.85939.6189
Yxy8.85930.47890.2498
Hunter Lab29.764649.76851.6747
CIE-Lab35.712058.73030.0844

#a31156 color RGB value is (163,17,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 01010110
Octal 243 21 126
Decimal 163 17 86
Hex A3 11 56

RGB Percentages of Color #a31156

%61.28
%6.39
%32.33

CMYK Percentages of Color #a31156

%0
%90
%47
%36

Triadic Colors of #a31156

#a31156 #56a311 #1156a3

Analogous Colors of #a31156

#a31156 #a31511 #a3119f

Monochromatic Colors of #a31156

#a31156

Complementary Color

#a31156 #11a35e

#a31156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31156 Color CSS Codes

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

#a31156 Text Font Color

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

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


#a31156 Background Color

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

This div background color is #a31156


#a31156 Border Color

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

This div border color is #a31156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31156


Comments

No comments written yet.

Please login to write comment.