Color Hex Logo

#754273 Color Hex

#754273
(117,66,115)
0 Favorites   0 Comments

Color spaces of #754273

RGB 11766115
HSL0.840.280.36
HSV302°44°46°
CMYK 0.000.440.02   0.54
XYZ12.37888.916117.2882
Yxy8.91610.32080.2311
Hunter Lab29.859821.7449-13.4257
CIE-Lab35.822330.0730-18.9508

#754273 color RGB value is (117,66,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 01110011
Octal 165 102 163
Decimal 117 66 115
Hex 75 42 73

RGB Percentages of Color #754273

%39.26
%22.15
%38.59

CMYK Percentages of Color #754273

%0
%44
%2
%54

Triadic Colors of #754273

#754273 #737542 #427375

Analogous Colors of #754273

#754273 #75425a #5e4275

Monochromatic Colors of #754273

#754273

Complementary Color

#754273 #427544

#754273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754273 Color CSS Codes

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

#754273 Text Font Color

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

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


#754273 Background Color

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

This div background color is #754273


#754273 Border Color

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

This div border color is #754273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754273


Comments

No comments written yet.

Please login to write comment.