Color Hex Logo

#58336d Color Hex

#58336D
(88,51,109)
0 Favorites   0 Comments

Color spaces of #58336d

RGB 8851109
HSL0.770.360.31
HSV278°53°43°
CMYK 0.190.530.00   0.57
XYZ7.96865.546515.1186
Yxy5.54650.27830.1937
Hunter Lab23.551019.1821-21.5756
CIE-Lab28.238228.1536-27.2924

#58336d color RGB value is (88,51,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 01101101
Octal 130 63 155
Decimal 88 51 109
Hex 58 33 6D

RGB Percentages of Color #58336d

%35.48
%20.56
%43.95

CMYK Percentages of Color #58336d

%19
%53
%0
%57

Triadic Colors of #58336d

#58336d #6d5833 #336d58

Analogous Colors of #58336d

#58336d #6d3365 #3b336d

Monochromatic Colors of #58336d

#58336d

Complementary Color

#58336d #486d33

#58336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58336d Color CSS Codes

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

#58336d Text Font Color

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

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


#58336d Background Color

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

This div background color is #58336d


#58336d Border Color

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

This div border color is #58336d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58336d


Comments

No comments written yet.

Please login to write comment.