Color Hex Logo

#753979 Color Hex

#753979
(117,57,121)
0 Favorites   0 Comments

Color spaces of #753979

RGB 11757121
HSL0.820.360.35
HSV296°53°47°
CMYK 0.030.530.00   0.53
XYZ12.25048.088619.0048
Yxy8.08860.31140.2056
Hunter Lab28.440527.1160-19.7111
CIE-Lab34.166736.3296-25.2771

#753979 color RGB value is (117,57,121).

#753979 hex color red value is 117, green value is 57 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #753979 hue: 0.82 , saturation: 0.36 and the lightness value of 753979 is 0.35.

The process color (four color CMYK) of #753979 color hex is 0.03, 0.53, 0.00, 0.53. Web safe color of #753979 is #663366. Color #753979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111001 01111001
Octal 165 71 171
Decimal 117 57 121
Hex 75 39 79

RGB Percentages of Color #753979

%39.66
%19.32
%41.02

CMYK Percentages of Color #753979

%3
%53
%0
%53

Triadic Colors of #753979

#753979 #797539 #397975

Analogous Colors of #753979

#753979 #79395d #553979

Monochromatic Colors of #753979

#753979

Complementary Color

#753979 #3d7939

#753979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753979 Color CSS Codes

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

#753979 Text Font Color

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

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


#753979 Background Color

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

This div background color is #753979


#753979 Border Color

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

This div border color is #753979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753979


Comments

No comments written yet.

Please login to write comment.