Color Hex Logo

#58476d Color Hex

#58476D
(88,71,109)
0 Favorites   0 Comments

Color spaces of #58476d

RGB 8871109
HSL0.740.210.35
HSV267°35°43°
CMYK 0.190.350.00   0.57
XYZ9.03817.685315.4751
Yxy7.68530.28070.2387
Hunter Lab27.72249.6807-13.6910
CIE-Lab33.318715.6372-19.3407

#58476d color RGB value is (88,71,109).

#58476d hex color red value is 88, green value is 71 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #58476d hue: 0.74 , saturation: 0.21 and the lightness value of 58476d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000111 01101101
Octal 130 107 155
Decimal 88 71 109
Hex 58 47 6D

RGB Percentages of Color #58476d

%32.84
%26.49
%40.67

CMYK Percentages of Color #58476d

%19
%35
%0
%57

Triadic Colors of #58476d

#58476d #6d5847 #476d58

Analogous Colors of #58476d

#58476d #6b476d #47496d

Monochromatic Colors of #58476d

#58476d

Complementary Color

#58476d #5c6d47

#58476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58476d Color CSS Codes

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

#58476d Text Font Color

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

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


#58476d Background Color

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

This div background color is #58476d


#58476d Border Color

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

This div border color is #58476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58476d


Comments

No comments written yet.

Please login to write comment.