Color Hex Logo

#753c53 Color Hex

#753C53
(117,60,83)
0 Favorites   0 Comments

Color spaces of #753c53

RGB 1176083
HSL0.930.320.35
HSV336°49°46°
CMYK 0.000.490.29   0.54
XYZ10.51337.63829.1038
Yxy7.63820.38570.2802
Hunter Lab27.637319.5366-0.1842
CIE-Lab33.217727.8687-2.5967

#753c53 color RGB value is (117,60,83).

#753c53 hex color red value is 117, green value is 60 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #753c53 hue: 0.93 , saturation: 0.32 and the lightness value of 753c53 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 01010011
Octal 165 74 123
Decimal 117 60 83
Hex 75 3C 53

RGB Percentages of Color #753c53

%45.00
%23.08
%31.92

CMYK Percentages of Color #753c53

%0
%49
%29
%54

Triadic Colors of #753c53

#753c53 #53753c #3c5375

Analogous Colors of #753c53

#753c53 #75423c #753c70

Monochromatic Colors of #753c53

#753c53

Complementary Color

#753c53 #3c755e

#753c53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753c53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753c53 Color CSS Codes

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

#753c53 Text Font Color

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

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


#753c53 Background Color

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

This div background color is #753c53


#753c53 Border Color

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

This div border color is #753c53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753c53


Comments

No comments written yet.

Please login to write comment.