Color Hex Logo

#58159e Color Hex

#58159E
(88,21,158)
0 Favorites   0 Comments

Color spaces of #58159e

RGB 8821158
HSL0.750.770.35
HSV269°87°62°
CMYK 0.440.870.00   0.38
XYZ10.46425.079732.7767
Yxy5.07970.21660.1051
Hunter Lab22.538243.4335-70.4472
CIE-Lab26.960654.4648-59.9691

#58159e color RGB value is (88,21,158).

#58159e hex color red value is 88, green value is 21 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #58159e hue: 0.75 , saturation: 0.77 and the lightness value of 58159e is 0.35.

The process color (four color CMYK) of #58159e color hex is 0.44, 0.87, 0.00, 0.38. Web safe color of #58159e is #660099. Color #58159e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010101 10011110
Octal 130 25 236
Decimal 88 21 158
Hex 58 15 9E

RGB Percentages of Color #58159e

%32.96
%7.87
%59.18

CMYK Percentages of Color #58159e

%44
%87
%0
%38

Triadic Colors of #58159e

#58159e #9e5815 #159e58

Analogous Colors of #58159e

#58159e #9d159e #15169e

Monochromatic Colors of #58159e

#58159e

Complementary Color

#58159e #5b9e15

#58159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58159e Color CSS Codes

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

#58159e Text Font Color

<p style="color:#58159e">Text here</p>

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


#58159e Background Color

<div style="background-color:#58159e">
Div content here</div>

This div background color is #58159e


#58159e Border Color

<div style="border:3px solid #58159e">
Div here</div>

This div border color is #58159e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,21,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58159e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58159e;
  -webkit-box-shadow: 1px 1px 3px 2px #58159e;
  box-shadow:         1px 1px 3px 2px #58159e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58159e


Comments

No comments written yet.

Please login to write comment.