Color Hex Logo

#735170 Color Hex

#735170
(115,81,112)
0 Favorites   0 Comments

Color spaces of #735170

RGB 11581112
HSL0.850.170.38
HSV305°30°45°
CMYK 0.000.300.03   0.55
XYZ12.937310.699516.7126
Yxy10.69950.32060.2652
Hunter Lab32.710113.3566-7.3960
CIE-Lab39.069719.8312-12.1363

#735170 color RGB value is (115,81,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 01110000
Octal 163 121 160
Decimal 115 81 112
Hex 73 51 70

RGB Percentages of Color #735170

%37.34
%26.30
%36.36

CMYK Percentages of Color #735170

%0
%30
%3
%55

Triadic Colors of #735170

#735170 #707351 #517073

Analogous Colors of #735170

#735170 #73515f #655173

Monochromatic Colors of #735170

#735170

Complementary Color

#735170 #517354

#735170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735170 Color CSS Codes

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

#735170 Text Font Color

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

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


#735170 Background Color

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

This div background color is #735170


#735170 Border Color

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

This div border color is #735170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735170


Comments

No comments written yet.

Please login to write comment.