Color Hex Logo

#754360 Color Hex

#754360
(117,67,96)
0 Favorites   0 Comments

Color spaces of #754360

RGB 1176796
HSL0.900.270.36
HSV325°43°46°
CMYK 0.000.430.18   0.54
XYZ11.45468.640712.1304
Yxy8.64070.35540.2681
Hunter Lab29.395118.1161-3.8905
CIE-Lab35.283125.9257-7.8163

#754360 color RGB value is (117,67,96).

#754360 hex color red value is 117, green value is 67 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #754360 hue: 0.90 , saturation: 0.27 and the lightness value of 754360 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01100000
Octal 165 103 140
Decimal 117 67 96
Hex 75 43 60

RGB Percentages of Color #754360

%41.79
%23.93
%34.29

CMYK Percentages of Color #754360

%0
%43
%18
%54

Triadic Colors of #754360

#754360 #607543 #436075

Analogous Colors of #754360

#754360 #754347 #714375

Monochromatic Colors of #754360

#754360

Complementary Color

#754360 #437558

#754360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754360 Color CSS Codes

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

#754360 Text Font Color

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

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


#754360 Background Color

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

This div background color is #754360


#754360 Border Color

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

This div border color is #754360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754360


Comments

No comments written yet.

Please login to write comment.