Color Hex Logo

#58159b Color Hex

#58159B
(88,21,155)
0 Favorites   0 Comments

Color spaces of #58159b

RGB 8821155
HSL0.750.760.35
HSV270°86°61°
CMYK 0.430.860.00   0.39
XYZ10.20914.977631.4330
Yxy4.97760.21900.1068
Hunter Lab22.310542.6366-67.9155
CIE-Lab26.670953.7505-58.6114

#58159b color RGB value is (88,21,155).

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

The process color (four color CMYK) of #58159b color hex is 0.43, 0.86, 0.00, 0.39. Web safe color of #58159b is #660099. Color #58159b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010101 10011011
Octal 130 25 233
Decimal 88 21 155
Hex 58 15 9B

RGB Percentages of Color #58159b

%33.33
%7.95
%58.71

CMYK Percentages of Color #58159b

%43
%86
%0
%39

Triadic Colors of #58159b

#58159b #9b5815 #159b58

Analogous Colors of #58159b

#58159b #9b159b #15159b

Monochromatic Colors of #58159b

#58159b

Complementary Color

#58159b #589b15

#58159b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58159b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58159b Color CSS Codes

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

#58159b Text Font Color

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

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


#58159b Background Color

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

This div background color is #58159b


#58159b Border Color

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

This div border color is #58159b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58159b


Comments

No comments written yet.

Please login to write comment.