Color Hex Logo

#713851 Color Hex

#713851
(113,56,81)
0 Favorites   0 Comments

Color spaces of #713851

RGB 1135681
HSL0.930.340.33
HSV334°50°44°
CMYK 0.000.500.28   0.56
XYZ9.70946.93318.6111
Yxy6.93310.38450.2745
Hunter Lab26.330819.7425-0.9584
CIE-Lab31.654128.3280-3.6856

#713851 color RGB value is (113,56,81).

#713851 hex color red value is 113, green value is 56 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #713851 hue: 0.93 , saturation: 0.34 and the lightness value of 713851 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 01010001
Octal 161 70 121
Decimal 113 56 81
Hex 71 38 51

RGB Percentages of Color #713851

%45.20
%22.40
%32.40

CMYK Percentages of Color #713851

%0
%50
%28
%56

Triadic Colors of #713851

#713851 #517138 #385171

Analogous Colors of #713851

#713851 #713c38 #71386e

Monochromatic Colors of #713851

#713851

Complementary Color

#713851 #387158

#713851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713851 Color CSS Codes

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

#713851 Text Font Color

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

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


#713851 Background Color

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

This div background color is #713851


#713851 Border Color

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

This div border color is #713851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713851


Comments

No comments written yet.

Please login to write comment.