Color Hex Logo

#581156 Color Hex

#581156
(88,17,86)
0 Favorites   0 Comments

Color spaces of #581156

RGB 881786
HSL0.840.680.21
HSV302°81°35°
CMYK 0.000.810.02   0.65
XYZ5.90473.14759.1004
Yxy3.14750.32530.1734
Hunter Lab17.741228.3620-17.9941
CIE-Lab20.625240.1592-24.2971

#581156 color RGB value is (88,17,86).

#581156 hex color red value is 88, green value is 17 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #581156 hue: 0.84 , saturation: 0.68 and the lightness value of 581156 is 0.21.

The process color (four color CMYK) of #581156 color hex is 0.00, 0.81, 0.02, 0.65. Web safe color of #581156 is #660066. Color #581156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010001 01010110
Octal 130 21 126
Decimal 88 17 86
Hex 58 11 56

RGB Percentages of Color #581156

%46.07
%8.90
%45.03

CMYK Percentages of Color #581156

%0
%81
%2
%65

Triadic Colors of #581156

#581156 #565811 #115658

Analogous Colors of #581156

#581156 #581133 #371158

Monochromatic Colors of #581156

#581156

Complementary Color

#581156 #115813

#581156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581156 Color CSS Codes

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

#581156 Text Font Color

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

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


#581156 Background Color

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

This div background color is #581156


#581156 Border Color

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

This div border color is #581156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581156


Comments

No comments written yet.

Please login to write comment.