Color Hex Logo

#58396d Color Hex

#58396D
(88,57,109)
0 Favorites   0 Comments

Color spaces of #58396d

RGB 8857109
HSL0.770.310.33
HSV276°48°43°
CMYK 0.190.480.00   0.57
XYZ8.24796.105115.2117
Yxy6.10510.27900.2065
Hunter Lab24.708516.3449-19.2057
CIE-Lab29.676124.4833-25.0255

#58396d color RGB value is (88,57,109).

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

The process color (four color CMYK) of #58396d color hex is 0.19, 0.48, 0.00, 0.57. Web safe color of #58396d is #663366. Color #58396d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111001 01101101
Octal 130 71 155
Decimal 88 57 109
Hex 58 39 6D

RGB Percentages of Color #58396d

%34.65
%22.44
%42.91

CMYK Percentages of Color #58396d

%19
%48
%0
%57

Triadic Colors of #58396d

#58396d #6d5839 #396d58

Analogous Colors of #58396d

#58396d #6d3968 #3e396d

Monochromatic Colors of #58396d

#58396d

Complementary Color

#58396d #4e6d39

#58396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58396d Color CSS Codes

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

#58396d Text Font Color

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

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


#58396d Background Color

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

This div background color is #58396d


#58396d Border Color

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

This div border color is #58396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58396d


Comments

No comments written yet.

Please login to write comment.