Color Hex Logo

#581550 Color Hex

#581550
(88,21,80)
0 Favorites   0 Comments

Color spaces of #581550

RGB 882180
HSL0.850.610.21
HSV307°76°35°
CMYK 0.000.760.09   0.65
XYZ5.74063.19027.9026
Yxy3.19020.34100.1895
Hunter Lab17.861126.1132-13.7299
CIE-Lab20.790137.5968-19.9946

#581550 color RGB value is (88,21,80).

#581550 hex color red value is 88, green value is 21 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #581550 hue: 0.85 , saturation: 0.61 and the lightness value of 581550 is 0.21.

The process color (four color CMYK) of #581550 color hex is 0.00, 0.76, 0.09, 0.65. Web safe color of #581550 is #660066. Color #581550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010101 01010000
Octal 130 25 120
Decimal 88 21 80
Hex 58 15 50

RGB Percentages of Color #581550

%46.56
%11.11
%42.33

CMYK Percentages of Color #581550

%0
%76
%9
%65

Triadic Colors of #581550

#581550 #505815 #155058

Analogous Colors of #581550

#581550 #58152f #3e1558

Monochromatic Colors of #581550

#581550

Complementary Color

#581550 #15581d

#581550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581550 Color CSS Codes

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

#581550 Text Font Color

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

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


#581550 Background Color

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

This div background color is #581550


#581550 Border Color

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

This div border color is #581550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581550


Comments

No comments written yet.

Please login to write comment.