Color Hex Logo

#58447e Color Hex

#58447E
(88,68,126)
0 Favorites   0 Comments

Color spaces of #58447e

RGB 8868126
HSL0.720.300.38
HSV261°46°49°
CMYK 0.300.460.00   0.51
XYZ9.85757.715320.7083
Yxy7.71530.25750.2015
Hunter Lab27.776414.7386-24.7593
CIE-Lab33.382822.0593-29.8732

#58447e color RGB value is (88,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 01111110
Octal 130 104 176
Decimal 88 68 126
Hex 58 44 7E

RGB Percentages of Color #58447e

%31.21
%24.11
%44.68

CMYK Percentages of Color #58447e

%30
%46
%0
%51

Triadic Colors of #58447e

#58447e #7e5844 #447e58

Analogous Colors of #58447e

#58447e #75447e #444d7e

Monochromatic Colors of #58447e

#58447e

Complementary Color

#58447e #6a7e44

#58447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58447e Color CSS Codes

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

#58447e Text Font Color

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

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


#58447e Background Color

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

This div background color is #58447e


#58447e Border Color

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

This div border color is #58447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58447e


Comments

No comments written yet.

Please login to write comment.