Color Hex Logo

#71193f Color Hex

#71193F
(113,25,63)
0 Favorites   0 Comments

Color spaces of #71193f

RGB 1132563
HSL0.930.640.27
HSV334°78°44°
CMYK 0.000.780.44   0.56
XYZ8.05494.56495.1592
Yxy4.56490.45310.2568
Hunter Lab21.365629.90510.6391
CIE-Lab25.457440.9272-0.8938

#71193f color RGB value is (113,25,63).

#71193f hex color red value is 113, green value is 25 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #71193f hue: 0.93 , saturation: 0.64 and the lightness value of 71193f is 0.27.

The process color (four color CMYK) of #71193f color hex is 0.00, 0.78, 0.44, 0.56. Web safe color of #71193f is #660033. Color #71193f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 00111111
Octal 161 31 77
Decimal 113 25 63
Hex 71 19 3F

RGB Percentages of Color #71193f

%56.22
%12.44
%31.34

CMYK Percentages of Color #71193f

%0
%78
%44
%56

Triadic Colors of #71193f

#71193f #3f7119 #193f71

Analogous Colors of #71193f

#71193f #711f19 #71196b

Monochromatic Colors of #71193f

#71193f

Complementary Color

#71193f #19714b

#71193f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71193f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71193f Color CSS Codes

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

#71193f Text Font Color

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

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


#71193f Background Color

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

This div background color is #71193f


#71193f Border Color

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

This div border color is #71193f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,25,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71193f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71193f;
  -webkit-box-shadow: 1px 1px 3px 2px #71193f;
  box-shadow:         1px 1px 3px 2px #71193f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,25,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71193f


Comments

No comments written yet.

Please login to write comment.