Color Hex Logo

#580229 Color Hex

#580229
(88,2,41)
0 Favorites   0 Comments

Color spaces of #580229

RGB 88241
HSL0.920.960.18
HSV333°98°35°
CMYK 0.000.980.53   0.65
XYZ4.44642.27822.3032
Yxy2.27820.49250.2524
Hunter Lab15.093726.16971.5183
CIE-Lab16.884338.41801.3849

#580229 color RGB value is (88,2,41).

#580229 hex color red value is 88, green value is 2 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #580229 hue: 0.92 , saturation: 0.96 and the lightness value of 580229 is 0.18.

The process color (four color CMYK) of #580229 color hex is 0.00, 0.98, 0.53, 0.65. Web safe color of #580229 is #660033. Color #580229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 00101001
Octal 130 2 51
Decimal 88 2 41
Hex 58 2 29

RGB Percentages of Color #580229

%67.18
%1.53
%31.30

CMYK Percentages of Color #580229

%0
%98
%53
%65

Triadic Colors of #580229

#580229 #295802 #022958

Analogous Colors of #580229

#580229 #580602 #580254

Monochromatic Colors of #580229

#580229

Complementary Color

#580229 #025831

#580229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580229 Color CSS Codes

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

#580229 Text Font Color

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

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


#580229 Background Color

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

This div background color is #580229


#580229 Border Color

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

This div border color is #580229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580229


Comments

No comments written yet.

Please login to write comment.