Color Hex Logo

#58708b Color Hex

#58708B
(88,112,139)
0 Favorites   0 Comments

Color spaces of #58708b

RGB 88112139
HSL0.590.220.45
HSV212°37°55°
CMYK 0.370.190.00   0.45
XYZ14.478915.527126.6600
Yxy15.52710.25550.2740
Hunter Lab39.4044-3.3691-12.5309
CIE-Lab46.3478-1.7052-17.6247

#58708b color RGB value is (88,112,139).

#58708b hex color red value is 88, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #58708b hue: 0.59 , saturation: 0.22 and the lightness value of 58708b is 0.45.

The process color (four color CMYK) of #58708b color hex is 0.37, 0.19, 0.00, 0.45. Web safe color of #58708b is #666699. Color #58708b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110000 10001011
Octal 130 160 213
Decimal 88 112 139
Hex 58 70 8B

RGB Percentages of Color #58708b

%25.96
%33.04
%41.00

CMYK Percentages of Color #58708b

%37
%19
%0
%45

Triadic Colors of #58708b

#58708b #8b5870 #708b58

Analogous Colors of #58708b

#58708b #5a588b #588a8b

Monochromatic Colors of #58708b

#58708b

Complementary Color

#58708b #8b7358

#58708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58708b Color CSS Codes

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

#58708b Text Font Color

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

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


#58708b Background Color

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

This div background color is #58708b


#58708b Border Color

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

This div border color is #58708b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,112,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58708b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58708b;
  -webkit-box-shadow: 1px 1px 3px 2px #58708b;
  box-shadow:         1px 1px 3px 2px #58708b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,112,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58708b


Comments

No comments written yet.

Please login to write comment.