Color Hex Logo

#754553 Color Hex

#754553
(117,69,83)
0 Favorites   0 Comments

Color spaces of #754553

RGB 1176983
HSL0.950.260.36
HSV343°41°46°
CMYK 0.000.410.29   0.54
XYZ11.02568.66279.2746
Yxy8.66270.38070.2991
Hunter Lab29.432515.36051.9196
CIE-Lab35.326622.61570.4957

#754553 color RGB value is (117,69,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000101 01010011
Octal 165 105 123
Decimal 117 69 83
Hex 75 45 53

RGB Percentages of Color #754553

%43.49
%25.65
%30.86

CMYK Percentages of Color #754553

%0
%41
%29
%54

Triadic Colors of #754553

#754553 #537545 #455375

Analogous Colors of #754553

#754553 #754f45 #75456b

Monochromatic Colors of #754553

#754553

Complementary Color

#754553 #457567

#754553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754553 Color CSS Codes

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

#754553 Text Font Color

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

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


#754553 Background Color

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

This div background color is #754553


#754553 Border Color

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

This div border color is #754553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754553


Comments

No comments written yet.

Please login to write comment.