Color Hex Logo

#71134a Color Hex

#71134A
(113,19,74)
0 Favorites   0 Comments

Color spaces of #71134a

RGB 1131974
HSL0.900.710.26
HSV325°83°44°
CMYK 0.000.830.35   0.56
XYZ8.27904.47096.9052
Yxy4.47090.42120.2275
Hunter Lab21.144532.8877-4.5613
CIE-Lab25.170844.1804-8.7728

#71134a color RGB value is (113,19,74).

#71134a hex color red value is 113, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #71134a hue: 0.90 , saturation: 0.71 and the lightness value of 71134a is 0.26.

The process color (four color CMYK) of #71134a color hex is 0.00, 0.83, 0.35, 0.56. Web safe color of #71134a is #660033. Color #71134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 01001010
Octal 161 23 112
Decimal 113 19 74
Hex 71 13 4A

RGB Percentages of Color #71134a

%54.85
%9.22
%35.92

CMYK Percentages of Color #71134a

%0
%83
%35
%56

Triadic Colors of #71134a

#71134a #4a7113 #134a71

Analogous Colors of #71134a

#71134a #71131b #691371

Monochromatic Colors of #71134a

#71134a

Complementary Color

#71134a #13713a

#71134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71134a Color CSS Codes

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

#71134a Text Font Color

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

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


#71134a Background Color

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

This div background color is #71134a


#71134a Border Color

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

This div border color is #71134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71134a


Comments

No comments written yet.

Please login to write comment.