Color Hex Logo

#58296f Color Hex

#58296F
(88,41,111)
0 Favorites   0 Comments

Color spaces of #58296f

RGB 8841111
HSL0.780.460.30
HSV280°63°44°
CMYK 0.210.630.00   0.56
XYZ7.68674.808315.5619
Yxy4.80830.27400.1714
Hunter Lab21.927824.1986-26.7279
CIE-Lab26.181534.4072-31.8410

#58296f color RGB value is (88,41,111).

#58296f hex color red value is 88, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #58296f hue: 0.78 , saturation: 0.46 and the lightness value of 58296f is 0.30.

The process color (four color CMYK) of #58296f color hex is 0.21, 0.63, 0.00, 0.56. Web safe color of #58296f is #663366. Color #58296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 01101111
Octal 130 51 157
Decimal 88 41 111
Hex 58 29 6F

RGB Percentages of Color #58296f

%36.67
%17.08
%46.25

CMYK Percentages of Color #58296f

%21
%63
%0
%56

Triadic Colors of #58296f

#58296f #6f5829 #296f58

Analogous Colors of #58296f

#58296f #6f2963 #35296f

Monochromatic Colors of #58296f

#58296f

Complementary Color

#58296f #406f29

#58296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58296f Color CSS Codes

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

#58296f Text Font Color

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

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


#58296f Background Color

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

This div background color is #58296f


#58296f Border Color

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

This div border color is #58296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58296f


Comments

No comments written yet.

Please login to write comment.