Color Hex Logo

#71043e Color Hex

#71043E
(113,4,62)
0 Favorites   0 Comments

Color spaces of #71043e

RGB 113462
HSL0.910.930.23
HSV328°96°44°
CMYK 0.000.960.45   0.56
XYZ7.72303.94534.9119
Yxy3.94530.46580.2380
Hunter Lab19.862834.6441-0.7580
CIE-Lab23.489846.3493-3.1109

#71043e color RGB value is (113,4,62).

#71043e hex color red value is 113, green value is 4 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71043e hue: 0.91 , saturation: 0.93 and the lightness value of 71043e is 0.23.

The process color (four color CMYK) of #71043e color hex is 0.00, 0.96, 0.45, 0.56. Web safe color of #71043e is #660033. Color #71043e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000100 00111110
Octal 161 4 76
Decimal 113 4 62
Hex 71 4 3E

RGB Percentages of Color #71043e

%63.13
%2.23
%34.64

CMYK Percentages of Color #71043e

%0
%96
%45
%56

Triadic Colors of #71043e

#71043e #3e7104 #043e71

Analogous Colors of #71043e

#71043e #710407 #6e0471

Monochromatic Colors of #71043e

#71043e

Complementary Color

#71043e #047137

#71043e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71043e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71043e Color CSS Codes

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

#71043e Text Font Color

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

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


#71043e Background Color

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

This div background color is #71043e


#71043e Border Color

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

This div border color is #71043e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,4,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71043e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71043e;
  -webkit-box-shadow: 1px 1px 3px 2px #71043e;
  box-shadow:         1px 1px 3px 2px #71043e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71043e


Comments

No comments written yet.

Please login to write comment.