Color Hex Logo

#58848d Color Hex

#58848D
(88,132,141)
0 Favorites   0 Comments

Color spaces of #58848d

RGB 88132141
HSL0.530.230.45
HSV190°38°55°
CMYK 0.380.060.00   0.45
XYZ17.083520.500328.2559
Yxy20.50030.25950.3114
Hunter Lab45.2773-11.8856-5.3067
CIE-Lab52.3982-12.6464-9.6414

#58848d color RGB value is (88,132,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000100 10001101
Octal 130 204 215
Decimal 88 132 141
Hex 58 84 8D

RGB Percentages of Color #58848d

%24.38
%36.57
%39.06

CMYK Percentages of Color #58848d

%38
%6
%0
%45

Triadic Colors of #58848d

#58848d #8d5884 #848d58

Analogous Colors of #58848d

#58848d #586a8d #588d7c

Monochromatic Colors of #58848d

#58848d

Complementary Color

#58848d #8d6158

#58848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58848d Color CSS Codes

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

#58848d Text Font Color

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

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


#58848d Background Color

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

This div background color is #58848d


#58848d Border Color

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

This div border color is #58848d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58848d


Comments

No comments written yet.

Please login to write comment.