Color Hex Logo

#581994 Color Hex

#581994
(88,25,148)
0 Favorites   0 Comments

Color spaces of #581994

RGB 8825148
HSL0.750.710.34
HSV271°83°58°
CMYK 0.410.830.00   0.42
XYZ9.71744.908128.4522
Yxy4.90810.22560.1139
Hunter Lab22.154239.5247-60.6369
CIE-Lab26.471350.7318-54.6377

#581994 color RGB value is (88,25,148).

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

The process color (four color CMYK) of #581994 color hex is 0.41, 0.83, 0.00, 0.42. Web safe color of #581994 is #660099. Color #581994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011001 10010100
Octal 130 31 224
Decimal 88 25 148
Hex 58 19 94

RGB Percentages of Color #581994

%33.72
%9.58
%56.70

CMYK Percentages of Color #581994

%41
%83
%0
%42

Triadic Colors of #581994

#581994 #945819 #199458

Analogous Colors of #581994

#581994 #941993 #1a1994

Monochromatic Colors of #581994

#581994

Complementary Color

#581994 #559419

#581994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581994 Color CSS Codes

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

#581994 Text Font Color

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

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


#581994 Background Color

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

This div background color is #581994


#581994 Border Color

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

This div border color is #581994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581994


Comments

No comments written yet.

Please login to write comment.