Color Hex Logo

#58445e Color Hex

#58445E
(88,68,94)
0 Favorites   0 Comments

Color spaces of #58445e

RGB 886894
HSL0.790.160.32
HSV286°28°37°
CMYK 0.060.280.00   0.63
XYZ8.11207.017111.5166
Yxy7.01710.30440.2633
Hunter Lab26.48988.3051-7.2338
CIE-Lab31.845813.9085-12.0913

#58445e color RGB value is (88,68,94).

#58445e hex color red value is 88, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #58445e hue: 0.79 , saturation: 0.16 and the lightness value of 58445e is 0.32.

The process color (four color CMYK) of #58445e color hex is 0.06, 0.28, 0.00, 0.63. Web safe color of #58445e is #663366. Color #58445e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 01011110
Octal 130 104 136
Decimal 88 68 94
Hex 58 44 5E

RGB Percentages of Color #58445e

%35.20
%27.20
%37.60

CMYK Percentages of Color #58445e

%6
%28
%0
%63

Triadic Colors of #58445e

#58445e #5e5844 #445e58

Analogous Colors of #58445e

#58445e #5e4457 #4b445e

Monochromatic Colors of #58445e

#58445e

Complementary Color

#58445e #4a5e44

#58445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58445e Color CSS Codes

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

#58445e Text Font Color

<p style="color:#58445e">Text here</p>

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


#58445e Background Color

<div style="background-color:#58445e">
Div content here</div>

This div background color is #58445e


#58445e Border Color

<div style="border:3px solid #58445e">
Div here</div>

This div border color is #58445e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,68,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58445e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58445e;
  -webkit-box-shadow: 1px 1px 3px 2px #58445e;
  box-shadow:         1px 1px 3px 2px #58445e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58445e


Comments

No comments written yet.

Please login to write comment.