Color Hex Logo

#58376e Color Hex

#58376E
(88,55,110)
0 Favorites   0 Comments

Color spaces of #58376e

RGB 8855110
HSL0.770.330.32
HSV276°50°43°
CMYK 0.200.500.00   0.57
XYZ8.20525.932915.4646
Yxy5.93290.27720.2004
Hunter Lab24.357517.5047-20.5929
CIE-Lab29.242525.9694-26.3449

#58376e color RGB value is (88,55,110).

#58376e hex color red value is 88, green value is 55 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #58376e hue: 0.77 , saturation: 0.33 and the lightness value of 58376e is 0.32.

The process color (four color CMYK) of #58376e color hex is 0.20, 0.50, 0.00, 0.57. Web safe color of #58376e is #663366. Color #58376e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110111 01101110
Octal 130 67 156
Decimal 88 55 110
Hex 58 37 6E

RGB Percentages of Color #58376e

%34.78
%21.74
%43.48

CMYK Percentages of Color #58376e

%20
%50
%0
%57

Triadic Colors of #58376e

#58376e #6e5837 #376e58

Analogous Colors of #58376e

#58376e #6e3769 #3d376e

Monochromatic Colors of #58376e

#58376e

Complementary Color

#58376e #4d6e37

#58376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58376e Color CSS Codes

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

#58376e Text Font Color

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

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


#58376e Background Color

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

This div background color is #58376e


#58376e Border Color

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

This div border color is #58376e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58376e


Comments

No comments written yet.

Please login to write comment.