Color Hex Logo

#71404f Color Hex

#71404F
(113,64,79)
1 Favorites   0 Comments

Color spaces of #71404f

RGB 1136479
HSL0.950.280.35
HSV342°43°44°
CMYK 0.000.430.30   0.56
XYZ10.05477.74208.3616
Yxy7.74200.38440.2960
Hunter Lab27.824415.81031.6597
CIE-Lab33.439723.37020.2302

#71404f color RGB value is (113,64,79).

#71404f hex color red value is 113, green value is 64 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #71404f hue: 0.95 , saturation: 0.28 and the lightness value of 71404f is 0.35.

The process color (four color CMYK) of #71404f color hex is 0.00, 0.43, 0.30, 0.56. Web safe color of #71404f is #663366. Color #71404f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 01001111
Octal 161 100 117
Decimal 113 64 79
Hex 71 40 4F

RGB Percentages of Color #71404f

%44.14
%25.00
%30.86

CMYK Percentages of Color #71404f

%0
%43
%30
%56

Triadic Colors of #71404f

#71404f #4f7140 #404f71

Analogous Colors of #71404f

#71404f #714a40 #714068

Monochromatic Colors of #71404f

#71404f

Complementary Color

#71404f #407162

#71404f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71404f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71404f Color CSS Codes

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

#71404f Text Font Color

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

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


#71404f Background Color

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

This div background color is #71404f


#71404f Border Color

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

This div border color is #71404f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71404f


Comments

No comments written yet.

Please login to write comment.