Color Hex Logo

#735060 Color Hex

#735060
(115,80,96)
0 Favorites   0 Comments

Color spaces of #735060

RGB 1158096
HSL0.920.180.38
HSV333°30°45°
CMYK 0.000.300.17   0.55
XYZ12.050210.226712.4052
Yxy10.22670.34740.2949
Hunter Lab31.979211.2976-0.6140
CIE-Lab38.246317.3620-3.4287

#735060 color RGB value is (115,80,96).

#735060 hex color red value is 115, green value is 80 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #735060 hue: 0.92 , saturation: 0.18 and the lightness value of 735060 is 0.38.

The process color (four color CMYK) of #735060 color hex is 0.00, 0.30, 0.17, 0.55. Web safe color of #735060 is #666666. Color #735060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 01100000
Octal 163 120 140
Decimal 115 80 96
Hex 73 50 60

RGB Percentages of Color #735060

%39.52
%27.49
%32.99

CMYK Percentages of Color #735060

%0
%30
%17
%55

Triadic Colors of #735060

#735060 #607350 #506073

Analogous Colors of #735060

#735060 #735250 #735072

Monochromatic Colors of #735060

#735060

Complementary Color

#735060 #507363

#735060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735060 Color CSS Codes

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

#735060 Text Font Color

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

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


#735060 Background Color

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

This div background color is #735060


#735060 Border Color

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

This div border color is #735060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735060


Comments

No comments written yet.

Please login to write comment.