Color Hex Logo

#71123a Color Hex

#71123A
(113,18,58)
0 Favorites   0 Comments

Color spaces of #71123a

RGB 1131858
HSL0.930.730.26
HSV335°84°44°
CMYK 0.000.840.49   0.56
XYZ7.79014.24884.4125
Yxy4.24880.47350.2583
Hunter Lab20.612631.38821.7367
CIE-Lab24.477542.71731.0917

#71123a color RGB value is (113,18,58).

#71123a hex color red value is 113, green value is 18 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #71123a hue: 0.93 , saturation: 0.73 and the lightness value of 71123a is 0.26.

The process color (four color CMYK) of #71123a color hex is 0.00, 0.84, 0.49, 0.56. Web safe color of #71123a is #660033. Color #71123a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 00111010
Octal 161 22 72
Decimal 113 18 58
Hex 71 12 3A

RGB Percentages of Color #71123a

%59.79
%9.52
%30.69

CMYK Percentages of Color #71123a

%0
%84
%49
%56

Triadic Colors of #71123a

#71123a #3a7112 #123a71

Analogous Colors of #71123a

#71123a #711a12 #71126a

Monochromatic Colors of #71123a

#71123a

Complementary Color

#71123a #127149

#71123a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71123a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71123a Color CSS Codes

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

#71123a Text Font Color

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

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


#71123a Background Color

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

This div background color is #71123a


#71123a Border Color

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

This div border color is #71123a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,18,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71123a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71123a;
  -webkit-box-shadow: 1px 1px 3px 2px #71123a;
  box-shadow:         1px 1px 3px 2px #71123a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71123a


Comments

No comments written yet.

Please login to write comment.