Color Hex Logo

#754459 Color Hex

#754459
(117,68,89)
0 Favorites   0 Comments

Color spaces of #754459

RGB 1176889
HSL0.930.260.36
HSV334°42°46°
CMYK 0.000.420.24   0.54
XYZ11.20648.637410.5277
Yxy8.63740.36900.2844
Hunter Lab29.389516.6317-0.6659
CIE-Lab35.276624.1570-3.3876

#754459 color RGB value is (117,68,89).

#754459 hex color red value is 117, green value is 68 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #754459 hue: 0.93 , saturation: 0.26 and the lightness value of 754459 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000100 01011001
Octal 165 104 131
Decimal 117 68 89
Hex 75 44 59

RGB Percentages of Color #754459

%42.70
%24.82
%32.48

CMYK Percentages of Color #754459

%0
%42
%24
%54

Triadic Colors of #754459

#754459 #597544 #445975

Analogous Colors of #754459

#754459 #754844 #754472

Monochromatic Colors of #754459

#754459

Complementary Color

#754459 #447560

#754459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754459 Color CSS Codes

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

#754459 Text Font Color

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

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


#754459 Background Color

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

This div background color is #754459


#754459 Border Color

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

This div border color is #754459


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,68,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 #754459">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754459


Comments

No comments written yet.

Please login to write comment.