Color Hex Logo

#754059 Color Hex

#754059
(117,64,89)
0 Favorites   0 Comments

Color spaces of #754059

RGB 1176489
HSL0.920.290.35
HSV332°45°46°
CMYK 0.000.450.24   0.54
XYZ10.97278.170010.4498
Yxy8.17000.37080.2761
Hunter Lab28.583218.5031-1.6677
CIE-Lab34.334526.5016-4.7849

#754059 color RGB value is (117,64,89).

#754059 hex color red value is 117, green value is 64 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #754059 hue: 0.92 , saturation: 0.29 and the lightness value of 754059 is 0.35.

The process color (four color CMYK) of #754059 color hex is 0.00, 0.45, 0.24, 0.54. Web safe color of #754059 is #663366. Color #754059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 01011001
Octal 165 100 131
Decimal 117 64 89
Hex 75 40 59

RGB Percentages of Color #754059

%43.33
%23.70
%32.96

CMYK Percentages of Color #754059

%0
%45
%24
%54

Triadic Colors of #754059

#754059 #597540 #405975

Analogous Colors of #754059

#754059 #754240 #754074

Monochromatic Colors of #754059

#754059

Complementary Color

#754059 #40755c

#754059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754059 Color CSS Codes

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

#754059 Text Font Color

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

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


#754059 Background Color

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

This div background color is #754059


#754059 Border Color

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

This div border color is #754059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754059


Comments

No comments written yet.

Please login to write comment.