Color Hex Logo

#58808d Color Hex

#58808D
(88,128,141)
0 Favorites   0 Comments

Color spaces of #58808d

RGB 88128141
HSL0.540.230.45
HSV195°38°55°
CMYK 0.380.090.00   0.45
XYZ16.551419.436128.0785
Yxy19.43610.25830.3034
Hunter Lab44.0864-10.1367-6.9012
CIE-Lab51.1936-10.4146-11.4508

#58808d color RGB value is (88,128,141).

#58808d hex color red value is 88, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #58808d hue: 0.54 , saturation: 0.23 and the lightness value of 58808d is 0.45.

The process color (four color CMYK) of #58808d color hex is 0.38, 0.09, 0.00, 0.45. Web safe color of #58808d is #669999. Color #58808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000000 10001101
Octal 130 200 215
Decimal 88 128 141
Hex 58 80 8D

RGB Percentages of Color #58808d

%24.65
%35.85
%39.50

CMYK Percentages of Color #58808d

%38
%9
%0
%45

Triadic Colors of #58808d

#58808d #8d5880 #808d58

Analogous Colors of #58808d

#58808d #58668d #588d80

Monochromatic Colors of #58808d

#58808d

Complementary Color

#58808d #8d6558

#58808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58808d Color CSS Codes

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

#58808d Text Font Color

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

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


#58808d Background Color

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

This div background color is #58808d


#58808d Border Color

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

This div border color is #58808d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,128,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 #58808d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58808d

#58808d Color Palettes


Comments

No comments written yet.

Please login to write comment.