Color Hex Logo

#754860 Color Hex

#754860
(117,72,96)
0 Favorites   0 Comments

Color spaces of #754860

RGB 1177296
HSL0.910.240.37
HSV328°38°46°
CMYK 0.000.380.18   0.54
XYZ11.76489.261212.2338
Yxy9.26120.35370.2785
Hunter Lab30.432215.7500-2.5321
CIE-Lab36.482422.9659-6.0212

#754860 color RGB value is (117,72,96).

#754860 hex color red value is 117, green value is 72 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #754860 hue: 0.91 , saturation: 0.24 and the lightness value of 754860 is 0.37.

The process color (four color CMYK) of #754860 color hex is 0.00, 0.38, 0.18, 0.54. Web safe color of #754860 is #663366. Color #754860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 01100000
Octal 165 110 140
Decimal 117 72 96
Hex 75 48 60

RGB Percentages of Color #754860

%41.05
%25.26
%33.68

CMYK Percentages of Color #754860

%0
%38
%18
%54

Triadic Colors of #754860

#754860 #607548 #486075

Analogous Colors of #754860

#754860 #75484a #744875

Monochromatic Colors of #754860

#754860

Complementary Color

#754860 #48755d

#754860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754860 Color CSS Codes

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

#754860 Text Font Color

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

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


#754860 Background Color

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

This div background color is #754860


#754860 Border Color

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

This div border color is #754860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754860


Comments

No comments written yet.

Please login to write comment.