Color Hex Logo

#581540 Color Hex

#581540
(88,21,64)
0 Favorites   0 Comments

Color spaces of #581540

RGB 882164
HSL0.890.610.21
HSV321°76°35°
CMYK 0.000.760.27   0.65
XYZ5.21812.98125.1509
Yxy2.98120.39090.2233
Hunter Lab17.266223.7297-5.6013
CIE-Lab19.968434.9961-10.3186

#581540 color RGB value is (88,21,64).

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

The process color (four color CMYK) of #581540 color hex is 0.00, 0.76, 0.27, 0.65. Web safe color of #581540 is #660033. Color #581540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010101 01000000
Octal 130 25 100
Decimal 88 21 64
Hex 58 15 40

RGB Percentages of Color #581540

%50.87
%12.14
%36.99

CMYK Percentages of Color #581540

%0
%76
%27
%65

Triadic Colors of #581540

#581540 #405815 #154058

Analogous Colors of #581540

#581540 #58151f #4e1558

Monochromatic Colors of #581540

#581540

Complementary Color

#581540 #15582d

#581540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581540 Color CSS Codes

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

#581540 Text Font Color

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

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


#581540 Background Color

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

This div background color is #581540


#581540 Border Color

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

This div border color is #581540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581540


Comments

No comments written yet.

Please login to write comment.