Color Hex Logo

#735175 Color Hex

#735175
(115,81,117)
0 Favorites   0 Comments

Color spaces of #735175

RGB 11581117
HSL0.820.180.39
HSV297°31°46°
CMYK 0.020.310.00   0.54
XYZ13.223510.814118.2200
Yxy10.81410.31290.2559
Hunter Lab32.884814.2293-9.8306
CIE-Lab39.265620.8695-14.9258

#735175 color RGB value is (115,81,117).

#735175 hex color red value is 115, green value is 81 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #735175 hue: 0.82 , saturation: 0.18 and the lightness value of 735175 is 0.39.

The process color (four color CMYK) of #735175 color hex is 0.02, 0.31, 0.00, 0.54. Web safe color of #735175 is #666666. Color #735175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 01110101
Octal 163 121 165
Decimal 115 81 117
Hex 73 51 75

RGB Percentages of Color #735175

%36.74
%25.88
%37.38

CMYK Percentages of Color #735175

%2
%31
%0
%54

Triadic Colors of #735175

#735175 #757351 #517573

Analogous Colors of #735175

#735175 #755165 #615175

Monochromatic Colors of #735175

#735175

Complementary Color

#735175 #537551

#735175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735175 Color CSS Codes

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

#735175 Text Font Color

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

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


#735175 Background Color

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

This div background color is #735175


#735175 Border Color

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

This div border color is #735175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735175


Comments

No comments written yet.

Please login to write comment.