Color Hex Logo

#580791 Color Hex

#580791
(88,7,145)
0 Favorites   0 Comments

Color spaces of #580791

RGB 887145
HSL0.760.910.30
HSV275°95°57°
CMYK 0.390.950.00   0.43
XYZ9.21134.271027.1270
Yxy4.27100.22680.1052
Hunter Lab20.666443.3937-63.3584
CIE-Lab24.547954.8912-55.9372

#580791 color RGB value is (88,7,145).

#580791 hex color red value is 88, green value is 7 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #580791 hue: 0.76 , saturation: 0.91 and the lightness value of 580791 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000111 10010001
Octal 130 7 221
Decimal 88 7 145
Hex 58 7 91

RGB Percentages of Color #580791

%36.67
%2.92
%60.42

CMYK Percentages of Color #580791

%39
%95
%0
%43

Triadic Colors of #580791

#580791 #915807 #079158

Analogous Colors of #580791

#580791 #910785 #130791

Monochromatic Colors of #580791

#580791

Complementary Color

#580791 #409107

#580791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580791 Color CSS Codes

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

#580791 Text Font Color

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

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


#580791 Background Color

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

This div background color is #580791


#580791 Border Color

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

This div border color is #580791


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,7,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580791; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580791;
  -webkit-box-shadow: 1px 1px 3px 2px #580791;
  box-shadow:         1px 1px 3px 2px #580791; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580791


Comments

No comments written yet.

Please login to write comment.