Color Hex Logo

#58477d Color Hex

#58477D
(88,71,125)
0 Favorites   0 Comments

Color spaces of #58477d

RGB 8871125
HSL0.720.280.38
HSV259°43°49°
CMYK 0.300.430.00   0.51
XYZ9.97948.061920.4322
Yxy8.06190.25940.2095
Hunter Lab28.393513.0484-22.7902
CIE-Lab34.111519.8828-28.1034

#58477d color RGB value is (88,71,125).

#58477d hex color red value is 88, green value is 71 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #58477d hue: 0.72 , saturation: 0.28 and the lightness value of 58477d is 0.38.

The process color (four color CMYK) of #58477d color hex is 0.30, 0.43, 0.00, 0.51. Web safe color of #58477d is #663366. Color #58477d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000111 01111101
Octal 130 107 175
Decimal 88 71 125
Hex 58 47 7D

RGB Percentages of Color #58477d

%30.99
%25.00
%44.01

CMYK Percentages of Color #58477d

%30
%43
%0
%51

Triadic Colors of #58477d

#58477d #7d5847 #477d58

Analogous Colors of #58477d

#58477d #73477d #47517d

Monochromatic Colors of #58477d

#58477d

Complementary Color

#58477d #6c7d47

#58477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58477d Color CSS Codes

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

#58477d Text Font Color

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

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


#58477d Background Color

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

This div background color is #58477d


#58477d Border Color

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

This div border color is #58477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58477d


Comments

No comments written yet.

Please login to write comment.