Color Hex Logo

#580127 Color Hex

#580127
(88,1,39)
0 Favorites   0 Comments

Color spaces of #580127

RGB 88139
HSL0.930.980.17
HSV334°99°35°
CMYK 0.000.990.56   0.65
XYZ4.40162.24292.1204
Yxy2.24290.50220.2559
Hunter Lab14.976326.25332.0889
CIE-Lab16.713638.54682.5944

#580127 color RGB value is (88,1,39).

#580127 hex color red value is 88, green value is 1 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #580127 hue: 0.93 , saturation: 0.98 and the lightness value of 580127 is 0.17.

The process color (four color CMYK) of #580127 color hex is 0.00, 0.99, 0.56, 0.65. Web safe color of #580127 is #660033. Color #580127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000001 00100111
Octal 130 1 47
Decimal 88 1 39
Hex 58 1 27

RGB Percentages of Color #580127

%68.75
%0.78
%30.47

CMYK Percentages of Color #580127

%0
%99
%56
%65

Triadic Colors of #580127

#580127 #275801 #012758

Analogous Colors of #580127

#580127 #580701 #580153

Monochromatic Colors of #580127

#580127

Complementary Color

#580127 #015832

#580127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580127 Color CSS Codes

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

#580127 Text Font Color

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

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


#580127 Background Color

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

This div background color is #580127


#580127 Border Color

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

This div border color is #580127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580127


Comments

No comments written yet.

Please login to write comment.