Color Hex Logo

#714057 Color Hex

#714057
(113,64,87)
0 Favorites   0 Comments

Color spaces of #714057

RGB 1136487
HSL0.920.280.35
HSV332°43°44°
CMYK 0.000.430.23   0.56
XYZ10.36377.86569.9888
Yxy7.86560.36730.2787
Hunter Lab28.045716.8810-1.4849
CIE-Lab33.701424.6401-4.5096

#714057 color RGB value is (113,64,87).

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

The process color (four color CMYK) of #714057 color hex is 0.00, 0.43, 0.23, 0.56. Web safe color of #714057 is #663366. Color #714057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 01010111
Octal 161 100 127
Decimal 113 64 87
Hex 71 40 57

RGB Percentages of Color #714057

%42.80
%24.24
%32.95

CMYK Percentages of Color #714057

%0
%43
%23
%56

Triadic Colors of #714057

#714057 #577140 #405771

Analogous Colors of #714057

#714057 #714240 #714070

Monochromatic Colors of #714057

#714057

Complementary Color

#714057 #40715a

#714057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714057 Color CSS Codes

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

#714057 Text Font Color

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

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


#714057 Background Color

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

This div background color is #714057


#714057 Border Color

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

This div border color is #714057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714057


Comments

No comments written yet.

Please login to write comment.