Color Hex Logo

#713451 Color Hex

#713451
(113,52,81)
0 Favorites   0 Comments

Color spaces of #713451

RGB 1135281
HSL0.920.370.32
HSV331°54°44°
CMYK 0.000.540.28   0.56
XYZ9.52326.56088.5490
Yxy6.56080.38660.2663
Hunter Lab25.614121.5410-1.8589
CIE-Lab30.785430.5688-4.9765

#713451 color RGB value is (113,52,81).

#713451 hex color red value is 113, green value is 52 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #713451 hue: 0.92 , saturation: 0.37 and the lightness value of 713451 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 01010001
Octal 161 64 121
Decimal 113 52 81
Hex 71 34 51

RGB Percentages of Color #713451

%45.93
%21.14
%32.93

CMYK Percentages of Color #713451

%0
%54
%28
%56

Triadic Colors of #713451

#713451 #517134 #345171

Analogous Colors of #713451

#713451 #713634 #713470

Monochromatic Colors of #713451

#713451

Complementary Color

#713451 #347154

#713451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713451 Color CSS Codes

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

#713451 Text Font Color

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

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


#713451 Background Color

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

This div background color is #713451


#713451 Border Color

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

This div border color is #713451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713451


Comments

No comments written yet.

Please login to write comment.