Color Hex Logo

#581d79 Color Hex

#581D79
(88,29,121)
0 Favorites   0 Comments

Color spaces of #581d79

RGB 8829121
HSL0.770.610.29
HSV278°76°47°
CMYK 0.270.760.00   0.53
XYZ7.91514.333918.5085
Yxy4.33390.25730.1409
Hunter Lab20.818031.4349-38.1398
CIE-Lab24.745942.7157-40.5383

#581d79 color RGB value is (88,29,121).

#581d79 hex color red value is 88, green value is 29 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #581d79 hue: 0.77 , saturation: 0.61 and the lightness value of 581d79 is 0.29.

The process color (four color CMYK) of #581d79 color hex is 0.27, 0.76, 0.00, 0.53. Web safe color of #581d79 is #663366. Color #581d79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011101 01111001
Octal 130 35 171
Decimal 88 29 121
Hex 58 1D 79

RGB Percentages of Color #581d79

%36.97
%12.18
%50.84

CMYK Percentages of Color #581d79

%27
%76
%0
%53

Triadic Colors of #581d79

#581d79 #79581d #1d7958

Analogous Colors of #581d79

#581d79 #791d6c #2a1d79

Monochromatic Colors of #581d79

#581d79

Complementary Color

#581d79 #3e791d

#581d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581d79 Color CSS Codes

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

#581d79 Text Font Color

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

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


#581d79 Background Color

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

This div background color is #581d79


#581d79 Border Color

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

This div border color is #581d79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,29,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #581d79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #581d79;
  -webkit-box-shadow: 1px 1px 3px 2px #581d79;
  box-shadow:         1px 1px 3px 2px #581d79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581d79


Comments

No comments written yet.

Please login to write comment.