Color Hex Logo

#581431 Color Hex

#581431
(88,20,49)
0 Favorites   0 Comments

Color spaces of #581431

RGB 882049
HSL0.930.630.21
HSV334°77°35°
CMYK 0.000.770.44   0.65
XYZ4.82902.79683.1910
Yxy2.79680.44640.2586
Hunter Lab16.723622.27600.3936
CIE-Lab19.211033.4150-0.9535

#581431 color RGB value is (88,20,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010100 00110001
Octal 130 24 61
Decimal 88 20 49
Hex 58 14 31

RGB Percentages of Color #581431

%56.05
%12.74
%31.21

CMYK Percentages of Color #581431

%0
%77
%44
%65

Triadic Colors of #581431

#581431 #315814 #143158

Analogous Colors of #581431

#581431 #581914 #581453

Monochromatic Colors of #581431

#581431

Complementary Color

#581431 #14583b

#581431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581431 Color CSS Codes

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

#581431 Text Font Color

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

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


#581431 Background Color

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

This div background color is #581431


#581431 Border Color

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

This div border color is #581431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581431


Comments

No comments written yet.

Please login to write comment.