Color Hex Logo

#58137f Color Hex

#58137F
(88,19,127)
0 Favorites   0 Comments

Color spaces of #58137f

RGB 8819127
HSL0.770.740.29
HSV278°85°50°
CMYK 0.310.850.00   0.50
XYZ8.08814.072820.4385
Yxy4.07280.24810.1249
Hunter Lab20.181236.2212-45.9192
CIE-Lab23.910747.8953-45.7028

#58137f color RGB value is (88,19,127).

#58137f hex color red value is 88, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #58137f hue: 0.77 , saturation: 0.74 and the lightness value of 58137f is 0.29.

The process color (four color CMYK) of #58137f color hex is 0.31, 0.85, 0.00, 0.50. Web safe color of #58137f is #660066. Color #58137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 01111111
Octal 130 23 177
Decimal 88 19 127
Hex 58 13 7F

RGB Percentages of Color #58137f

%37.61
%8.12
%54.27

CMYK Percentages of Color #58137f

%31
%85
%0
%50

Triadic Colors of #58137f

#58137f #7f5813 #137f58

Analogous Colors of #58137f

#58137f #7f1370 #22137f

Monochromatic Colors of #58137f

#58137f

Complementary Color

#58137f #3a7f13

#58137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58137f Color CSS Codes

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

#58137f Text Font Color

<p style="color:#58137f">Text here</p>

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


#58137f Background Color

<div style="background-color:#58137f">
Div content here</div>

This div background color is #58137f


#58137f Border Color

<div style="border:3px solid #58137f">
Div here</div>

This div border color is #58137f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,19,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58137f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58137f;
  -webkit-box-shadow: 1px 1px 3px 2px #58137f;
  box-shadow:         1px 1px 3px 2px #58137f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58137f


Comments

No comments written yet.

Please login to write comment.