Color Hex Logo

#580642 Color Hex

#580642
(88,6,66)
0 Favorites   0 Comments

Color spaces of #580642

RGB 88666
HSL0.880.870.18
HSV316°93°35°
CMYK 0.000.930.25   0.65
XYZ5.07302.59835.3884
Yxy2.59830.38840.1990
Hunter Lab16.119227.9683-8.5362
CIE-Lab18.357540.1620-14.1913

#580642 color RGB value is (88,6,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000110 01000010
Octal 130 6 102
Decimal 88 6 66
Hex 58 6 42

RGB Percentages of Color #580642

%55.00
%3.75
%41.25

CMYK Percentages of Color #580642

%0
%93
%25
%65

Triadic Colors of #580642

#580642 #425806 #064258

Analogous Colors of #580642

#580642 #580619 #450658

Monochromatic Colors of #580642

#580642

Complementary Color

#580642 #06581c

#580642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580642 Color CSS Codes

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

#580642 Text Font Color

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

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


#580642 Background Color

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

This div background color is #580642


#580642 Border Color

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

This div border color is #580642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580642


Comments

No comments written yet.

Please login to write comment.