Color Hex Logo

#713959 Color Hex

#713959
(113,57,89)
0 Favorites   0 Comments

Color spaces of #713959

RGB 1135789
HSL0.900.330.33
HSV326°50°44°
CMYK 0.000.500.21   0.56
XYZ10.07647.158210.3018
Yxy7.15820.36590.2600
Hunter Lab26.754820.4058-4.1009
CIE-Lab32.164429.0372-8.0921

#713959 color RGB value is (113,57,89).

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

The process color (four color CMYK) of #713959 color hex is 0.00, 0.50, 0.21, 0.56. Web safe color of #713959 is #663366. Color #713959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 01011001
Octal 161 71 131
Decimal 113 57 89
Hex 71 39 59

RGB Percentages of Color #713959

%43.63
%22.01
%34.36

CMYK Percentages of Color #713959

%0
%50
%21
%56

Triadic Colors of #713959

#713959 #597139 #395971

Analogous Colors of #713959

#713959 #71393d #6d3971

Monochromatic Colors of #713959

#713959

Complementary Color

#713959 #397151

#713959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713959 Color CSS Codes

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

#713959 Text Font Color

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

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


#713959 Background Color

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

This div background color is #713959


#713959 Border Color

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

This div border color is #713959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713959


Comments

No comments written yet.

Please login to write comment.