Color Hex Logo

#735262 Color Hex

#735262
(115,82,98)
0 Favorites   0 Comments

Color spaces of #735262

RGB 1158298
HSL0.920.170.39
HSV331°29°45°
CMYK 0.000.290.15   0.55
XYZ12.292110.561312.9459
Yxy10.56130.34340.2950
Hunter Lab32.498210.6441-0.8699
CIE-Lab38.831516.5089-3.8083

#735262 color RGB value is (115,82,98).

#735262 hex color red value is 115, green value is 82 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #735262 hue: 0.92 , saturation: 0.17 and the lightness value of 735262 is 0.39.

The process color (four color CMYK) of #735262 color hex is 0.00, 0.29, 0.15, 0.55. Web safe color of #735262 is #666666. Color #735262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010010 01100010
Octal 163 122 142
Decimal 115 82 98
Hex 73 52 62

RGB Percentages of Color #735262

%38.98
%27.80
%33.22

CMYK Percentages of Color #735262

%0
%29
%15
%55

Triadic Colors of #735262

#735262 #627352 #526273

Analogous Colors of #735262

#735262 #735352 #735273

Monochromatic Colors of #735262

#735262

Complementary Color

#735262 #527363

#735262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735262 Color CSS Codes

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

#735262 Text Font Color

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

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


#735262 Background Color

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

This div background color is #735262


#735262 Border Color

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

This div border color is #735262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735262


Comments

No comments written yet.

Please login to write comment.