Color Hex Logo

#735158 Color Hex

#735158
(115,81,88)
0 Favorites   0 Comments

Color spaces of #735158

RGB 1158188
HSL0.970.170.38
HSV348°30°45°
CMYK 0.000.300.23   0.55
XYZ11.774110.234310.5874
Yxy10.23430.36120.3140
Hunter Lab31.99119.71132.7718
CIE-Lab38.259715.37081.5826

#735158 color RGB value is (115,81,88).

#735158 hex color red value is 115, green value is 81 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #735158 hue: 0.97 , saturation: 0.17 and the lightness value of 735158 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 01011000
Octal 163 121 130
Decimal 115 81 88
Hex 73 51 58

RGB Percentages of Color #735158

%40.49
%28.52
%30.99

CMYK Percentages of Color #735158

%0
%30
%23
%55

Triadic Colors of #735158

#735158 #587351 #515873

Analogous Colors of #735158

#735158 #735b51 #735169

Monochromatic Colors of #735158

#735158

Complementary Color

#735158 #51736c

#735158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735158 Color CSS Codes

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

#735158 Text Font Color

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

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


#735158 Background Color

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

This div background color is #735158


#735158 Border Color

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

This div border color is #735158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735158


Comments

No comments written yet.

Please login to write comment.