Color Hex Logo

#581444 Color Hex

#581444
(88,20,68)
0 Favorites   0 Comments

Color spaces of #581444

RGB 882068
HSL0.880.630.21
HSV318°77°35°
CMYK 0.000.770.23   0.65
XYZ5.31802.99245.7661
Yxy2.99240.37780.2126
Hunter Lab17.298624.6028-7.6541
CIE-Lab20.013436.0073-13.0132

#581444 color RGB value is (88,20,68).

#581444 hex color red value is 88, green value is 20 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #581444 hue: 0.88 , saturation: 0.63 and the lightness value of 581444 is 0.21.

The process color (four color CMYK) of #581444 color hex is 0.00, 0.77, 0.23, 0.65. Web safe color of #581444 is #660033. Color #581444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010100 01000100
Octal 130 24 104
Decimal 88 20 68
Hex 58 14 44

RGB Percentages of Color #581444

%50.00
%11.36
%38.64

CMYK Percentages of Color #581444

%0
%77
%23
%65

Triadic Colors of #581444

#581444 #445814 #144458

Analogous Colors of #581444

#581444 #581422 #4a1458

Monochromatic Colors of #581444

#581444

Complementary Color

#581444 #145828

#581444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581444 Color CSS Codes

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

#581444 Text Font Color

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

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


#581444 Background Color

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

This div background color is #581444


#581444 Border Color

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

This div border color is #581444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581444


Comments

No comments written yet.

Please login to write comment.