Color Hex Logo

#75597d Color Hex

#75597D
(117,89,125)
0 Favorites   0 Comments

Color spaces of #75597d

RGB 11789125
HSL0.800.170.42
HSV287°29°49°
CMYK 0.060.290.00   0.51
XYZ14.610212.407321.0269
Yxy12.40730.30410.2582
Hunter Lab35.224012.3962-10.7363
CIE-Lab41.856318.4598-15.8506

#75597d color RGB value is (117,89,125).

#75597d hex color red value is 117, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #75597d hue: 0.80 , saturation: 0.17 and the lightness value of 75597d is 0.42.

The process color (four color CMYK) of #75597d color hex is 0.06, 0.29, 0.00, 0.51. Web safe color of #75597d is #666666. Color #75597d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 01111101
Octal 165 131 175
Decimal 117 89 125
Hex 75 59 7D

RGB Percentages of Color #75597d

%35.35
%26.89
%37.76

CMYK Percentages of Color #75597d

%6
%29
%0
%51

Triadic Colors of #75597d

#75597d #7d7559 #597d75

Analogous Colors of #75597d

#75597d #7d5973 #63597d

Monochromatic Colors of #75597d

#75597d

Complementary Color

#75597d #617d59

#75597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75597d Color CSS Codes

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

#75597d Text Font Color

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

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


#75597d Background Color

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

This div background color is #75597d


#75597d Border Color

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

This div border color is #75597d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,89,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75597d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75597d;
  -webkit-box-shadow: 1px 1px 3px 2px #75597d;
  box-shadow:         1px 1px 3px 2px #75597d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75597d


Comments

No comments written yet.

Please login to write comment.