Color Hex Logo

#71405f Color Hex

#71405F
(113,64,95)
0 Favorites   0 Comments

Color spaces of #71405f

RGB 1136495
HSL0.890.280.35
HSV322°43°44°
CMYK 0.000.430.16   0.56
XYZ10.70908.003711.8069
Yxy8.00370.35090.2622
Hunter Lab28.290818.0592-4.9405
CIE-Lab33.990626.0176-9.1816

#71405f color RGB value is (113,64,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 01011111
Octal 161 100 137
Decimal 113 64 95
Hex 71 40 5F

RGB Percentages of Color #71405f

%41.54
%23.53
%34.93

CMYK Percentages of Color #71405f

%0
%43
%16
%56

Triadic Colors of #71405f

#71405f #5f7140 #405f71

Analogous Colors of #71405f

#71405f #714047 #6b4071

Monochromatic Colors of #71405f

#71405f

Complementary Color

#71405f #407152

#71405f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71405f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71405f Color CSS Codes

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

#71405f Text Font Color

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

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


#71405f Background Color

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

This div background color is #71405f


#71405f Border Color

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

This div border color is #71405f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71405f


Comments

No comments written yet.

Please login to write comment.