Color Hex Logo

#71315e Color Hex

#71315E
(113,49,94)
0 Favorites   0 Comments

Color spaces of #71315e

RGB 1134994
HSL0.880.400.32
HSV318°57°44°
CMYK 0.000.570.17   0.56
XYZ9.92876.515511.3240
Yxy6.51550.35760.2346
Hunter Lab25.525524.7619-8.4353
CIE-Lab30.677534.2844-13.5755

#71315e color RGB value is (113,49,94).

#71315e hex color red value is 113, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71315e hue: 0.88 , saturation: 0.40 and the lightness value of 71315e is 0.32.

The process color (four color CMYK) of #71315e color hex is 0.00, 0.57, 0.17, 0.56. Web safe color of #71315e is #663366. Color #71315e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 01011110
Octal 161 61 136
Decimal 113 49 94
Hex 71 31 5E

RGB Percentages of Color #71315e

%44.14
%19.14
%36.72

CMYK Percentages of Color #71315e

%0
%57
%17
%56

Triadic Colors of #71315e

#71315e #5e7131 #315e71

Analogous Colors of #71315e

#71315e #71313e #643171

Monochromatic Colors of #71315e

#71315e

Complementary Color

#71315e #317144

#71315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71315e Color CSS Codes

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

#71315e Text Font Color

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

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


#71315e Background Color

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

This div background color is #71315e


#71315e Border Color

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

This div border color is #71315e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,49,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 #71315e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71315e


Comments

No comments written yet.

Please login to write comment.