Color Hex Logo

#580742 Color Hex

#580742
(88,7,66)
0 Favorites   0 Comments

Color spaces of #580742

RGB 88766
HSL0.880.850.19
HSV316°92°35°
CMYK 0.000.920.25   0.65
XYZ5.08392.62005.3920
Yxy2.62000.38820.2001
Hunter Lab16.186427.7378-8.4201
CIE-Lab18.452839.8856-14.0432

#580742 color RGB value is (88,7,66).

#580742 hex color red value is 88, green value is 7 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #580742 hue: 0.88 , saturation: 0.85 and the lightness value of 580742 is 0.19.

The process color (four color CMYK) of #580742 color hex is 0.00, 0.92, 0.25, 0.65. Web safe color of #580742 is #660033. Color #580742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000111 01000010
Octal 130 7 102
Decimal 88 7 66
Hex 58 7 42

RGB Percentages of Color #580742

%54.66
%4.35
%40.99

CMYK Percentages of Color #580742

%0
%92
%25
%65

Triadic Colors of #580742

#580742 #425807 #074258

Analogous Colors of #580742

#580742 #58071a #450758

Monochromatic Colors of #580742

#580742

Complementary Color

#580742 #07581d

#580742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580742 Color CSS Codes

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

#580742 Text Font Color

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

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


#580742 Background Color

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

This div background color is #580742


#580742 Border Color

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

This div border color is #580742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580742


Comments

No comments written yet.

Please login to write comment.