Color Hex Logo

#715373 Color Hex

#715373
(113,83,115)
0 Favorites   0 Comments

Color spaces of #715373

RGB 11383115
HSL0.820.160.39
HSV296°28°45°
CMYK 0.020.280.00   0.55
XYZ12.997810.935017.6453
Yxy10.93500.31260.2630
Hunter Lab33.068112.2923-8.4897
CIE-Lab39.470818.5026-13.4008

#715373 color RGB value is (113,83,115).

#715373 hex color red value is 113, green value is 83 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #715373 hue: 0.82 , saturation: 0.16 and the lightness value of 715373 is 0.39.

The process color (four color CMYK) of #715373 color hex is 0.02, 0.28, 0.00, 0.55. Web safe color of #715373 is #666666. Color #715373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 01110011
Octal 161 123 163
Decimal 113 83 115
Hex 71 53 73

RGB Percentages of Color #715373

%36.33
%26.69
%36.98

CMYK Percentages of Color #715373

%2
%28
%0
%55

Triadic Colors of #715373

#715373 #737153 #537371

Analogous Colors of #715373

#715373 #735365 #615373

Monochromatic Colors of #715373

#715373

Complementary Color

#715373 #557353

#715373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715373 Color CSS Codes

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

#715373 Text Font Color

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

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


#715373 Background Color

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

This div background color is #715373


#715373 Border Color

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

This div border color is #715373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715373


Comments

No comments written yet.

Please login to write comment.