Color Hex Logo

#735260 Color Hex

#735260
(115,82,96)
0 Favorites   0 Comments

Color spaces of #735260

RGB 1158296
HSL0.930.170.39
HSV335°29°45°
CMYK 0.000.290.17   0.55
XYZ12.198810.524012.4547
Yxy10.52400.34680.2992
Hunter Lab32.440710.3508-0.0542
CIE-Lab38.766916.1461-2.6598

#735260 color RGB value is (115,82,96).

#735260 hex color red value is 115, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #735260 hue: 0.93 , saturation: 0.17 and the lightness value of 735260 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010010 01100000
Octal 163 122 140
Decimal 115 82 96
Hex 73 52 60

RGB Percentages of Color #735260

%39.25
%27.99
%32.76

CMYK Percentages of Color #735260

%0
%29
%17
%55

Triadic Colors of #735260

#735260 #607352 #526073

Analogous Colors of #735260

#735260 #735552 #735271

Monochromatic Colors of #735260

#735260

Complementary Color

#735260 #527365

#735260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735260 Color CSS Codes

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

#735260 Text Font Color

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

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


#735260 Background Color

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

This div background color is #735260


#735260 Border Color

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

This div border color is #735260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735260


Comments

No comments written yet.

Please login to write comment.