Color Hex Logo

#735666 Color Hex

#735666
(115,86,102)
0 Favorites   0 Comments

Color spaces of #735666

RGB 11586102
HSL0.910.140.39
HSV327°25°45°
CMYK 0.000.250.11   0.55
XYZ12.796311.259714.0693
Yxy11.25970.33560.2953
Hunter Lab33.55559.3485-1.3706
CIE-Lab40.014514.8210-4.5349

#735666 color RGB value is (115,86,102).

#735666 hex color red value is 115, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #735666 hue: 0.91 , saturation: 0.14 and the lightness value of 735666 is 0.39.

The process color (four color CMYK) of #735666 color hex is 0.00, 0.25, 0.11, 0.55. Web safe color of #735666 is #666666. Color #735666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 01100110
Octal 163 126 146
Decimal 115 86 102
Hex 73 56 66

RGB Percentages of Color #735666

%37.95
%28.38
%33.66

CMYK Percentages of Color #735666

%0
%25
%11
%55

Triadic Colors of #735666

#735666 #667356 #566673

Analogous Colors of #735666

#735666 #735658 #725673

Monochromatic Colors of #735666

#735666

Complementary Color

#735666 #567363

#735666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735666 Color CSS Codes

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

#735666 Text Font Color

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

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


#735666 Background Color

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

This div background color is #735666


#735666 Border Color

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

This div border color is #735666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735666


Comments

No comments written yet.

Please login to write comment.