Color Hex Logo

#71364e Color Hex

#71364E
(113,54,78)
0 Favorites   0 Comments

Color spaces of #71364e

RGB 1135478
HSL0.930.350.33
HSV336°52°44°
CMYK 0.000.520.31   0.56
XYZ9.50446.69917.9998
Yxy6.69910.39270.2768
Hunter Lab25.882620.2527-0.2075
CIE-Lab31.111829.0087-2.5390

#71364e color RGB value is (113,54,78).

#71364e hex color red value is 113, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71364e hue: 0.93 , saturation: 0.35 and the lightness value of 71364e is 0.33.

The process color (four color CMYK) of #71364e color hex is 0.00, 0.52, 0.31, 0.56. Web safe color of #71364e is #663366. Color #71364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 01001110
Octal 161 66 116
Decimal 113 54 78
Hex 71 36 4E

RGB Percentages of Color #71364e

%46.12
%22.04
%31.84

CMYK Percentages of Color #71364e

%0
%52
%31
%56

Triadic Colors of #71364e

#71364e #4e7136 #364e71

Analogous Colors of #71364e

#71364e #713c36 #71366c

Monochromatic Colors of #71364e

#71364e

Complementary Color

#71364e #367159

#71364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71364e Color CSS Codes

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

#71364e Text Font Color

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

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


#71364e Background Color

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

This div background color is #71364e


#71364e Border Color

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

This div border color is #71364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71364e


Comments

No comments written yet.

Please login to write comment.