Color Hex Logo

#735d7e Color Hex

#735D7E
(115,93,126)
0 Favorites   0 Comments

Color spaces of #735d7e

RGB 11593126
HSL0.780.150.43
HSV280°26°49°
CMYK 0.090.260.00   0.51
XYZ14.750512.979921.4666
Yxy12.97990.29980.2638
Hunter Lab36.027610.0335-10.1078
CIE-Lab42.732915.5357-15.1394

#735d7e color RGB value is (115,93,126).

#735d7e hex color red value is 115, green value is 93 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #735d7e hue: 0.78 , saturation: 0.15 and the lightness value of 735d7e is 0.43.

The process color (four color CMYK) of #735d7e color hex is 0.09, 0.26, 0.00, 0.51. Web safe color of #735d7e is #666666. Color #735d7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011101 01111110
Octal 163 135 176
Decimal 115 93 126
Hex 73 5D 7E

RGB Percentages of Color #735d7e

%34.43
%27.84
%37.72

CMYK Percentages of Color #735d7e

%9
%26
%0
%51

Triadic Colors of #735d7e

#735d7e #7e735d #5d7e73

Analogous Colors of #735d7e

#735d7e #7e5d79 #635d7e

Monochromatic Colors of #735d7e

#735d7e

Complementary Color

#735d7e #687e5d

#735d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#735d7e Color CSS Codes

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

#735d7e Text Font Color

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

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


#735d7e Background Color

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

This div background color is #735d7e


#735d7e Border Color

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

This div border color is #735d7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,93,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735d7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735d7e;
  -webkit-box-shadow: 1px 1px 3px 2px #735d7e;
  box-shadow:         1px 1px 3px 2px #735d7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735d7e


Comments

No comments written yet.

Please login to write comment.