Color Hex Logo

#58177a Color Hex

#58177A
(88,23,122)
0 Favorites   0 Comments

Color spaces of #58177a

RGB 8823122
HSL0.780.680.28
HSV279°81°48°
CMYK 0.280.810.00   0.52
XYZ7.84384.092618.7889
Yxy4.09260.25530.1332
Hunter Lab20.230233.8066-40.9048
CIE-Lab23.975245.3800-42.4238

#58177a color RGB value is (88,23,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010111 01111010
Octal 130 27 172
Decimal 88 23 122
Hex 58 17 7A

RGB Percentages of Color #58177a

%37.77
%9.87
%52.36

CMYK Percentages of Color #58177a

%28
%81
%0
%52

Triadic Colors of #58177a

#58177a #7a5817 #177a58

Analogous Colors of #58177a

#58177a #7a176b #27177a

Monochromatic Colors of #58177a

#58177a

Complementary Color

#58177a #397a17

#58177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58177a Color CSS Codes

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

#58177a Text Font Color

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

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


#58177a Background Color

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

This div background color is #58177a


#58177a Border Color

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

This div border color is #58177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58177a


Comments

No comments written yet.

Please login to write comment.