Color Hex Logo

#58177b Color Hex

#58177B
(88,23,123)
0 Favorites   0 Comments

Color spaces of #58177b

RGB 8823123
HSL0.780.680.29
HSV279°81°48°
CMYK 0.280.810.00   0.52
XYZ7.90604.117619.1170
Yxy4.11760.25390.1322
Hunter Lab20.291934.0354-41.6529
CIE-Lab24.056545.6038-42.9281

#58177b color RGB value is (88,23,123).

#58177b hex color red value is 88, green value is 23 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #58177b hue: 0.78 , saturation: 0.68 and the lightness value of 58177b is 0.29.

The process color (four color CMYK) of #58177b color hex is 0.28, 0.81, 0.00, 0.52. Web safe color of #58177b is #660066. Color #58177b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010111 01111011
Octal 130 27 173
Decimal 88 23 123
Hex 58 17 7B

RGB Percentages of Color #58177b

%37.61
%9.83
%52.56

CMYK Percentages of Color #58177b

%28
%81
%0
%52

Triadic Colors of #58177b

#58177b #7b5817 #177b58

Analogous Colors of #58177b

#58177b #7b176c #26177b

Monochromatic Colors of #58177b

#58177b

Complementary Color

#58177b #3a7b17

#58177b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58177b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58177b Color CSS Codes

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

#58177b Text Font Color

<p style="color:#58177b">Text here</p>

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


#58177b Background Color

<div style="background-color:#58177b">
Div content here</div>

This div background color is #58177b


#58177b Border Color

<div style="border:3px solid #58177b">
Div here</div>

This div border color is #58177b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,23,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58177b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58177b;
  -webkit-box-shadow: 1px 1px 3px 2px #58177b;
  box-shadow:         1px 1px 3px 2px #58177b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58177b


Comments

No comments written yet.

Please login to write comment.