Color Hex Logo

#713754 Color Hex

#713754
(113,55,84)
0 Favorites   0 Comments

Color spaces of #713754

RGB 1135584
HSL0.920.350.33
HSV330°51°44°
CMYK 0.000.510.26   0.56
XYZ9.77656.88329.2008
Yxy6.88320.37800.2662
Hunter Lab26.235920.6033-2.4276
CIE-Lab31.539529.3592-5.7997

#713754 color RGB value is (113,55,84).

#713754 hex color red value is 113, green value is 55 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #713754 hue: 0.92 , saturation: 0.35 and the lightness value of 713754 is 0.33.

The process color (four color CMYK) of #713754 color hex is 0.00, 0.51, 0.26, 0.56. Web safe color of #713754 is #663366. Color #713754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 01010100
Octal 161 67 124
Decimal 113 55 84
Hex 71 37 54

RGB Percentages of Color #713754

%44.84
%21.83
%33.33

CMYK Percentages of Color #713754

%0
%51
%26
%56

Triadic Colors of #713754

#713754 #547137 #375471

Analogous Colors of #713754

#713754 #713737 #713771

Monochromatic Colors of #713754

#713754

Complementary Color

#713754 #377154

#713754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713754 Color CSS Codes

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

#713754 Text Font Color

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

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


#713754 Background Color

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

This div background color is #713754


#713754 Border Color

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

This div border color is #713754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713754


Comments

No comments written yet.

Please login to write comment.