Color Hex Logo

#a31c48 Color Hex

#A31C48
(163,28,72)
0 Favorites   0 Comments

Color spaces of #a31c48

RGB 1632872
HSL0.950.710.37
HSV340°83°64°
CMYK 0.000.830.56   0.36
XYZ16.68929.08497.0048
Yxy9.08490.50910.2772
Hunter Lab30.141246.08867.3198
CIE-Lab36.147255.21309.7704

#a31c48 color RGB value is (163,28,72).

#a31c48 hex color red value is 163, green value is 28 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a31c48 hue: 0.95 , saturation: 0.71 and the lightness value of a31c48 is 0.37.

The process color (four color CMYK) of #a31c48 color hex is 0.00, 0.83, 0.56, 0.36. Web safe color of #a31c48 is #993333. Color #a31c48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011100 01001000
Octal 243 34 110
Decimal 163 28 72
Hex A3 1C 48

RGB Percentages of Color #a31c48

%61.98
%10.65
%27.38

CMYK Percentages of Color #a31c48

%0
%83
%56
%36

Triadic Colors of #a31c48

#a31c48 #48a31c #1c48a3

Analogous Colors of #a31c48

#a31c48 #a3341c #a31c8c

Monochromatic Colors of #a31c48

#a31c48

Complementary Color

#a31c48 #1ca377

#a31c48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31c48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31c48 Color CSS Codes

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

#a31c48 Text Font Color

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

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


#a31c48 Background Color

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

This div background color is #a31c48


#a31c48 Border Color

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

This div border color is #a31c48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31c48


Comments

No comments written yet.

Please login to write comment.