Color Hex Logo

#58396f Color Hex

#58396F
(88,57,111)
0 Favorites   0 Comments

Color spaces of #58396f

RGB 8857111
HSL0.760.320.33
HSV274°49°44°
CMYK 0.210.490.00   0.56
XYZ8.35696.148715.7853
Yxy6.14870.27590.2030
Hunter Lab24.796616.7638-20.3859
CIE-Lab29.784624.9866-26.1268

#58396f color RGB value is (88,57,111).

#58396f hex color red value is 88, green value is 57 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #58396f hue: 0.76 , saturation: 0.32 and the lightness value of 58396f is 0.33.

The process color (four color CMYK) of #58396f color hex is 0.21, 0.49, 0.00, 0.56. Web safe color of #58396f is #663366. Color #58396f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111001 01101111
Octal 130 71 157
Decimal 88 57 111
Hex 58 39 6F

RGB Percentages of Color #58396f

%34.38
%22.27
%43.36

CMYK Percentages of Color #58396f

%21
%49
%0
%56

Triadic Colors of #58396f

#58396f #6f5839 #396f58

Analogous Colors of #58396f

#58396f #6f396b #3d396f

Monochromatic Colors of #58396f

#58396f

Complementary Color

#58396f #506f39

#58396f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58396f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58396f Color CSS Codes

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

#58396f Text Font Color

<p style="color:#58396f">Text here</p>

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


#58396f Background Color

<div style="background-color:#58396f">
Div content here</div>

This div background color is #58396f


#58396f Border Color

<div style="border:3px solid #58396f">
Div here</div>

This div border color is #58396f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,57,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58396f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58396f;
  -webkit-box-shadow: 1px 1px 3px 2px #58396f;
  box-shadow:         1px 1px 3px 2px #58396f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58396f


Comments

No comments written yet.

Please login to write comment.