Color Hex Logo

#58416f Color Hex

#58416F
(88,65,111)
0 Favorites   0 Comments

Color spaces of #58416f

RGB 8865111
HSL0.750.260.35
HSV270°41°44°
CMYK 0.210.410.00   0.56
XYZ8.78407.003015.9277
Yxy7.00300.27700.2208
Hunter Lab26.463212.9394-17.1613
CIE-Lab31.813719.9650-22.9432

#58416f color RGB value is (88,65,111).

#58416f hex color red value is 88, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #58416f hue: 0.75 , saturation: 0.26 and the lightness value of 58416f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 01101111
Octal 130 101 157
Decimal 88 65 111
Hex 58 41 6F

RGB Percentages of Color #58416f

%33.33
%24.62
%42.05

CMYK Percentages of Color #58416f

%21
%41
%0
%56

Triadic Colors of #58416f

#58416f #6f5841 #416f58

Analogous Colors of #58416f

#58416f #6f416f #41416f

Monochromatic Colors of #58416f

#58416f

Complementary Color

#58416f #586f41

#58416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58416f Color CSS Codes

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

#58416f Text Font Color

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

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


#58416f Background Color

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

This div background color is #58416f


#58416f Border Color

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

This div border color is #58416f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,65,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 #58416f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58416f


Comments

No comments written yet.

Please login to write comment.