Color Hex Logo

#754270 Color Hex

#754270
(117,66,112)
0 Favorites   0 Comments

Color spaces of #754270

RGB 11766112
HSL0.850.280.36
HSV306°44°46°
CMYK 0.000.440.04   0.54
XYZ12.20908.848216.3936
Yxy8.84820.32600.2363
Hunter Lab29.745921.2087-11.8538
CIE-Lab35.690429.4773-17.2770

#754270 color RGB value is (117,66,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 01110000
Octal 165 102 160
Decimal 117 66 112
Hex 75 42 70

RGB Percentages of Color #754270

%39.66
%22.37
%37.97

CMYK Percentages of Color #754270

%0
%44
%4
%54

Triadic Colors of #754270

#754270 #707542 #427075

Analogous Colors of #754270

#754270 #754257 #614275

Monochromatic Colors of #754270

#754270

Complementary Color

#754270 #427547

#754270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754270 Color CSS Codes

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

#754270 Text Font Color

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

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


#754270 Background Color

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

This div background color is #754270


#754270 Border Color

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

This div border color is #754270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754270


Comments

No comments written yet.

Please login to write comment.