Color Hex Logo

#a31150 Color Hex

#A31150
(163,17,80)
0 Favorites   0 Comments

Color spaces of #a31150

RGB 1631780
HSL0.930.810.35
HSV334°90°64°
CMYK 0.000.900.51   0.36
XYZ16.75278.76668.3986
Yxy8.76660.49390.2585
Hunter Lab29.608449.18203.9080
CIE-Lab35.531058.22403.7107

#a31150 color RGB value is (163,17,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 01010000
Octal 243 21 120
Decimal 163 17 80
Hex A3 11 50

RGB Percentages of Color #a31150

%62.69
%6.54
%30.77

CMYK Percentages of Color #a31150

%0
%90
%51
%36

Triadic Colors of #a31150

#a31150 #50a311 #1150a3

Analogous Colors of #a31150

#a31150 #a31b11 #a31199

Monochromatic Colors of #a31150

#a31150

Complementary Color

#a31150 #11a364

#a31150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31150 Color CSS Codes

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

#a31150 Text Font Color

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

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


#a31150 Background Color

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

This div background color is #a31150


#a31150 Border Color

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

This div border color is #a31150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31150


Comments

No comments written yet.

Please login to write comment.