Color Hex Logo

#715459 Color Hex

#715459
(113,84,89)
0 Favorites   0 Comments

Color spaces of #715459

RGB 1138489
HSL0.970.150.39
HSV350°26°44°
CMYK 0.000.260.21   0.56
XYZ11.783510.572610.8709
Yxy10.57260.35460.3182
Hunter Lab32.51557.78552.9385
CIE-Lab38.851112.88801.7885

#715459 color RGB value is (113,84,89).

#715459 hex color red value is 113, green value is 84 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #715459 hue: 0.97 , saturation: 0.15 and the lightness value of 715459 is 0.39.

The process color (four color CMYK) of #715459 color hex is 0.00, 0.26, 0.21, 0.56. Web safe color of #715459 is #666666. Color #715459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 01011001
Octal 161 124 131
Decimal 113 84 89
Hex 71 54 59

RGB Percentages of Color #715459

%39.51
%29.37
%31.12

CMYK Percentages of Color #715459

%0
%26
%21
%56

Triadic Colors of #715459

#715459 #597154 #545971

Analogous Colors of #715459

#715459 #715e54 #715468

Monochromatic Colors of #715459

#715459

Complementary Color

#715459 #54716c

#715459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715459 Color CSS Codes

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

#715459 Text Font Color

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

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


#715459 Background Color

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

This div background color is #715459


#715459 Border Color

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

This div border color is #715459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715459


Comments

No comments written yet.

Please login to write comment.