Color Hex Logo

#754570 Color Hex

#754570
(117,69,112)
0 Favorites   0 Comments

Color spaces of #754570

RGB 11769112
HSL0.850.260.36
HSV306°41°46°
CMYK 0.000.410.04   0.54
XYZ12.38899.208016.4536
Yxy9.20800.32560.2420
Hunter Lab30.344719.7734-10.9071
CIE-Lab36.381727.7304-16.2146

#754570 color RGB value is (117,69,112).

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

The process color (four color CMYK) of #754570 color hex is 0.00, 0.41, 0.04, 0.54. Web safe color of #754570 is #663366. Color #754570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000101 01110000
Octal 165 105 160
Decimal 117 69 112
Hex 75 45 70

RGB Percentages of Color #754570

%39.26
%23.15
%37.58

CMYK Percentages of Color #754570

%0
%41
%4
%54

Triadic Colors of #754570

#754570 #707545 #457075

Analogous Colors of #754570

#754570 #754558 #624575

Monochromatic Colors of #754570

#754570

Complementary Color

#754570 #45754a

#754570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754570 Color CSS Codes

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

#754570 Text Font Color

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

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


#754570 Background Color

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

This div background color is #754570


#754570 Border Color

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

This div border color is #754570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754570


Comments

No comments written yet.

Please login to write comment.