Color Hex Logo

#581399 Color Hex

#581399
(88,19,153)
0 Favorites   0 Comments

Color spaces of #581399

RGB 8819153
HSL0.750.780.34
HSV271°88°60°
CMYK 0.420.880.00   0.40
XYZ10.00714.840430.5438
Yxy4.84040.22050.1066
Hunter Lab22.000942.6890-66.9115
CIE-Lab26.275153.8781-58.0353

#581399 color RGB value is (88,19,153).

#581399 hex color red value is 88, green value is 19 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #581399 hue: 0.75 , saturation: 0.78 and the lightness value of 581399 is 0.34.

The process color (four color CMYK) of #581399 color hex is 0.42, 0.88, 0.00, 0.40. Web safe color of #581399 is #660099. Color #581399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 10011001
Octal 130 23 231
Decimal 88 19 153
Hex 58 13 99

RGB Percentages of Color #581399

%33.85
%7.31
%58.85

CMYK Percentages of Color #581399

%42
%88
%0
%40

Triadic Colors of #581399

#581399 #995813 #139958

Analogous Colors of #581399

#581399 #991397 #151399

Monochromatic Colors of #581399

#581399

Complementary Color

#581399 #549913

#581399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581399 Color CSS Codes

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

#581399 Text Font Color

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

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


#581399 Background Color

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

This div background color is #581399


#581399 Border Color

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

This div border color is #581399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581399


Comments

No comments written yet.

Please login to write comment.