Color Hex Logo

#58375e Color Hex

#58375E
(88,55,94)
0 Favorites   0 Comments

Color spaces of #58375e

RGB 885594
HSL0.810.260.29
HSV291°41°37°
CMYK 0.060.410.00   0.63
XYZ7.41115.615211.2829
Yxy5.61520.30490.2310
Hunter Lab23.696414.3575-11.6431
CIE-Lab28.420122.1422-17.3535

#58375e color RGB value is (88,55,94).

#58375e hex color red value is 88, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #58375e hue: 0.81 , saturation: 0.26 and the lightness value of 58375e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110111 01011110
Octal 130 67 136
Decimal 88 55 94
Hex 58 37 5E

RGB Percentages of Color #58375e

%37.13
%23.21
%39.66

CMYK Percentages of Color #58375e

%6
%41
%0
%63

Triadic Colors of #58375e

#58375e #5e5837 #375e58

Analogous Colors of #58375e

#58375e #5e3750 #45375e

Monochromatic Colors of #58375e

#58375e

Complementary Color

#58375e #3d5e37

#58375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58375e Color CSS Codes

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

#58375e Text Font Color

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

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


#58375e Background Color

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

This div background color is #58375e


#58375e Border Color

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

This div border color is #58375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58375e

#58375e Color Palettes


Comments

No comments written yet.

Please login to write comment.