color codes Logo

#71395e color codes

#71395E
(113,57,94)
0 Favorites   0 Comments

Color spaces of #71395e

RGB 1135794
HSL0.890.330.33
HSV320°50°44°
CMYK 0.000.500.17   0.56
XYZ10.29367.245111.4456
Yxy7.24510.35510.2500
Hunter Lab26.916721.1584-6.3697
CIE-Lab32.358529.8887-11.0126

#71395e color RGB value is (113,57,94).

#71395e hex color red value is 113, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71395e hue: 0.89 , saturation: 0.33 and the lightness value of 71395e is 0.33.

The process color (four color CMYK) of #71395e color code is 0.00, 0.50, 0.17, 0.56. Web safe color of #71395e is #663366. Color #71395e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 01011110
Octal 161 71 136
Decimal 113 57 94
Hex 71 39 5E

RGB Percentages of Color #71395e

%42.80
%21.59
%35.61

CMYK Percentages of Color #71395e

%0
%50
%17
%56

Triadic Colors of #71395e

#71395e #5e7139 #395e71

Analogous Colors of #71395e

#71395e #713942 #683971

Monochromatic Colors of #71395e

#71395e

Complementary Color

#71395e #39714c

#71395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71395e Color CSS Codes

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

#71395e Text Font Color

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

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


#71395e Background Color

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

This div background color is #71395e


#71395e Border Color

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

This div border color is #71395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71395e


Comments

No comments written yet.

Please login to write comment.