Color Hex Logo

#58117c Color Hex

#58117C
(88,17,124)
0 Favorites   0 Comments

Color spaces of #58117c

RGB 8817124
HSL0.780.760.28
HSV280°86°49°
CMYK 0.290.860.00   0.51
XYZ7.86303.930819.4131
Yxy3.93080.25200.1260
Hunter Lab19.826236.0964-44.1761
CIE-Lab23.441347.8588-44.5640

#58117c color RGB value is (88,17,124).

#58117c hex color red value is 88, green value is 17 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #58117c hue: 0.78 , saturation: 0.76 and the lightness value of 58117c is 0.28.

The process color (four color CMYK) of #58117c color hex is 0.29, 0.86, 0.00, 0.51. Web safe color of #58117c is #660066. Color #58117c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010001 01111100
Octal 130 21 174
Decimal 88 17 124
Hex 58 11 7C

RGB Percentages of Color #58117c

%38.43
%7.42
%54.15

CMYK Percentages of Color #58117c

%29
%86
%0
%51

Triadic Colors of #58117c

#58117c #7c5811 #117c58

Analogous Colors of #58117c

#58117c #7c116b #23117c

Monochromatic Colors of #58117c

#58117c

Complementary Color

#58117c #357c11

#58117c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58117c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58117c Color CSS Codes

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

#58117c Text Font Color

<p style="color:#58117c">Text here</p>

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


#58117c Background Color

<div style="background-color:#58117c">
Div content here</div>

This div background color is #58117c


#58117c Border Color

<div style="border:3px solid #58117c">
Div here</div>

This div border color is #58117c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,17,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58117c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58117c;
  -webkit-box-shadow: 1px 1px 3px 2px #58117c;
  box-shadow:         1px 1px 3px 2px #58117c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58117c


Comments

No comments written yet.

Please login to write comment.