Color Hex Logo

#580562 Color Hex

#580562
(88,5,98)
0 Favorites   0 Comments

Color spaces of #580562

RGB 88598
HSL0.820.900.20
HSV294°95°38°
CMYK 0.100.950.00   0.62
XYZ6.28343.065111.8157
Yxy3.06510.29690.1448
Hunter Lab17.507433.4255-27.7594
CIE-Lab20.302845.6951-32.8050

#580562 color RGB value is (88,5,98).

#580562 hex color red value is 88, green value is 5 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #580562 hue: 0.82 , saturation: 0.90 and the lightness value of 580562 is 0.20.

The process color (four color CMYK) of #580562 color hex is 0.10, 0.95, 0.00, 0.62. Web safe color of #580562 is #660066. Color #580562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000101 01100010
Octal 130 5 142
Decimal 88 5 98
Hex 58 5 62

RGB Percentages of Color #580562

%46.07
%2.62
%51.31

CMYK Percentages of Color #580562

%10
%95
%0
%62

Triadic Colors of #580562

#580562 #625805 #056258

Analogous Colors of #580562

#580562 #62053e #290562

Monochromatic Colors of #580562

#580562

Complementary Color

#580562 #0f6205

#580562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580562 Color CSS Codes

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

#580562 Text Font Color

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

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


#580562 Background Color

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

This div background color is #580562


#580562 Border Color

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

This div border color is #580562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580562


Comments

No comments written yet.

Please login to write comment.