Color Hex Logo

#75898d Color Hex

#75898D
(117,137,141)
0 Favorites   0 Comments

Color spaces of #75898d

RGB 117137141
HSL0.530.100.51
HSV190°17°55°
CMYK 0.170.030.00   0.45
XYZ21.089523.596328.6423
Yxy23.59630.28760.3218
Hunter Lab48.5760-7.5115-0.9565
CIE-Lab55.6813-6.2710-4.5598

#75898d color RGB value is (117,137,141).

#75898d hex color red value is 117, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #75898d hue: 0.53 , saturation: 0.10 and the lightness value of 75898d is 0.51.

The process color (four color CMYK) of #75898d color hex is 0.17, 0.03, 0.00, 0.45. Web safe color of #75898d is #669999. Color #75898d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 10001101
Octal 165 211 215
Decimal 117 137 141
Hex 75 89 8D

RGB Percentages of Color #75898d

%29.62
%34.68
%35.70

CMYK Percentages of Color #75898d

%17
%3
%0
%45

Triadic Colors of #75898d

#75898d #8d7589 #898d75

Analogous Colors of #75898d

#75898d #757d8d #758d85

Monochromatic Colors of #75898d

#75898d

Complementary Color

#75898d #8d7975

#75898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75898d Color CSS Codes

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

#75898d Text Font Color

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

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


#75898d Background Color

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

This div background color is #75898d


#75898d Border Color

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

This div border color is #75898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75898d


Comments

No comments written yet.

Please login to write comment.