Color Hex Logo

#753e5f Color Hex

#753E5F
(117,62,95)
0 Favorites   0 Comments

Color spaces of #753e5f

RGB 1176295
HSL0.900.310.35
HSV324°47°46°
CMYK 0.000.470.19   0.54
XYZ11.12438.053411.7946
Yxy8.05340.35920.2600
Hunter Lab28.378520.3091-4.7770
CIE-Lab34.093928.6548-8.9704

#753e5f color RGB value is (117,62,95).

#753e5f hex color red value is 117, green value is 62 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #753e5f hue: 0.90 , saturation: 0.31 and the lightness value of 753e5f is 0.35.

The process color (four color CMYK) of #753e5f color hex is 0.00, 0.47, 0.19, 0.54. Web safe color of #753e5f is #663366. Color #753e5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 01011111
Octal 165 76 137
Decimal 117 62 95
Hex 75 3E 5F

RGB Percentages of Color #753e5f

%42.70
%22.63
%34.67

CMYK Percentages of Color #753e5f

%0
%47
%19
%54

Triadic Colors of #753e5f

#753e5f #5f753e #3e5f75

Analogous Colors of #753e5f

#753e5f #753e44 #703e75

Monochromatic Colors of #753e5f

#753e5f

Complementary Color

#753e5f #3e7554

#753e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#753e5f Color CSS Codes

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

#753e5f Text Font Color

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

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


#753e5f Background Color

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

This div background color is #753e5f


#753e5f Border Color

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

This div border color is #753e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753e5f


Comments

No comments written yet.

Please login to write comment.