Color Hex Logo

#a31450 Color Hex

#A31450
(163,20,80)
0 Favorites   0 Comments

Color spaces of #a31450

RGB 1632080
HSL0.930.780.36
HSV335°88°64°
CMYK 0.000.880.51   0.36
XYZ16.80248.86608.4151
Yxy8.86600.49300.2601
Hunter Lab29.775848.61924.0868
CIE-Lab35.725057.66463.9895

#a31450 color RGB value is (163,20,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 01010000
Octal 243 24 120
Decimal 163 20 80
Hex A3 14 50

RGB Percentages of Color #a31450

%61.98
%7.60
%30.42

CMYK Percentages of Color #a31450

%0
%88
%51
%36

Triadic Colors of #a31450

#a31450 #50a314 #1450a3

Analogous Colors of #a31450

#a31450 #a32014 #a31498

Monochromatic Colors of #a31450

#a31450

Complementary Color

#a31450 #14a367

#a31450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31450 Color CSS Codes

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

#a31450 Text Font Color

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

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


#a31450 Background Color

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

This div background color is #a31450


#a31450 Border Color

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

This div border color is #a31450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,20,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 #a31450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31450


Comments

No comments written yet.

Please login to write comment.