Color Hex Logo

#580e75 Color Hex

#580E75
(88,14,117)
0 Favorites   0 Comments

Color spaces of #580e75

RGB 8814117
HSL0.790.790.26
HSV283°88°46°
CMYK 0.250.880.00   0.54
XYZ7.39243.673117.1490
Yxy3.67310.26200.1302
Hunter Lab19.165335.3112-39.6365
CIE-Lab22.559947.2221-41.5255

#580e75 color RGB value is (88,14,117).

#580e75 hex color red value is 88, green value is 14 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #580e75 hue: 0.79 , saturation: 0.79 and the lightness value of 580e75 is 0.26.

The process color (four color CMYK) of #580e75 color hex is 0.25, 0.88, 0.00, 0.54. Web safe color of #580e75 is #660066. Color #580e75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001110 01110101
Octal 130 16 165
Decimal 88 14 117
Hex 58 E 75

RGB Percentages of Color #580e75

%40.18
%6.39
%53.42

CMYK Percentages of Color #580e75

%25
%88
%0
%54

Triadic Colors of #580e75

#580e75 #75580e #0e7558

Analogous Colors of #580e75

#580e75 #750e5f #240e75

Monochromatic Colors of #580e75

#580e75

Complementary Color

#580e75 #2b750e

#580e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580e75 Color CSS Codes

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

#580e75 Text Font Color

<p style="color:#580e75">Text here</p>

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


#580e75 Background Color

<div style="background-color:#580e75">
Div content here</div>

This div background color is #580e75


#580e75 Border Color

<div style="border:3px solid #580e75">
Div here</div>

This div border color is #580e75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,14,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580e75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580e75;
  -webkit-box-shadow: 1px 1px 3px 2px #580e75;
  box-shadow:         1px 1px 3px 2px #580e75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580e75


Comments

No comments written yet.

Please login to write comment.