Color Hex Logo

#58437e Color Hex

#58437E
(88,67,126)
0 Favorites   0 Comments

Color spaces of #58437e

RGB 8867126
HSL0.730.310.38
HSV261°47°49°
CMYK 0.300.470.00   0.51
XYZ9.79767.595420.6883
Yxy7.59540.25730.1995
Hunter Lab27.559815.2279-25.2154
CIE-Lab33.125622.6909-30.2795

#58437e color RGB value is (88,67,126).

#58437e hex color red value is 88, green value is 67 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #58437e hue: 0.73 , saturation: 0.31 and the lightness value of 58437e is 0.38.

The process color (four color CMYK) of #58437e color hex is 0.30, 0.47, 0.00, 0.51. Web safe color of #58437e is #663366. Color #58437e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 01111110
Octal 130 103 176
Decimal 88 67 126
Hex 58 43 7E

RGB Percentages of Color #58437e

%31.32
%23.84
%44.84

CMYK Percentages of Color #58437e

%30
%47
%0
%51

Triadic Colors of #58437e

#58437e #7e5843 #437e58

Analogous Colors of #58437e

#58437e #76437e #434c7e

Monochromatic Colors of #58437e

#58437e

Complementary Color

#58437e #697e43

#58437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58437e Color CSS Codes

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

#58437e Text Font Color

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

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


#58437e Background Color

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

This div background color is #58437e


#58437e Border Color

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

This div border color is #58437e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58437e


Comments

No comments written yet.

Please login to write comment.