Color Hex Logo

#581c7e Color Hex

#581C7E
(88,28,126)
0 Favorites   0 Comments

Color spaces of #581c7e

RGB 8828126
HSL0.770.640.30
HSV277°78°49°
CMYK 0.300.780.00   0.51
XYZ8.20574.411620.1577
Yxy4.41160.25040.1346
Hunter Lab21.003832.9791-42.1989
CIE-Lab24.988044.3124-43.3185

#581c7e color RGB value is (88,28,126).

#581c7e hex color red value is 88, green value is 28 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #581c7e hue: 0.77 , saturation: 0.64 and the lightness value of 581c7e is 0.30.

The process color (four color CMYK) of #581c7e color hex is 0.30, 0.78, 0.00, 0.51. Web safe color of #581c7e is #663366. Color #581c7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011100 01111110
Octal 130 34 176
Decimal 88 28 126
Hex 58 1C 7E

RGB Percentages of Color #581c7e

%36.36
%11.57
%52.07

CMYK Percentages of Color #581c7e

%30
%78
%0
%51

Triadic Colors of #581c7e

#581c7e #7e581c #1c7e58

Analogous Colors of #581c7e

#581c7e #7e1c73 #271c7e

Monochromatic Colors of #581c7e

#581c7e

Complementary Color

#581c7e #427e1c

#581c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#581c7e Color CSS Codes

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

#581c7e Text Font Color

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

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


#581c7e Background Color

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

This div background color is #581c7e


#581c7e Border Color

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

This div border color is #581c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581c7e


Comments

No comments written yet.

Please login to write comment.