Color Hex Logo

#581f9a Color Hex

#581F9A
(88,31,154)
0 Favorites   0 Comments

Color spaces of #581f9a

RGB 8831154
HSL0.740.660.36
HSV268°80°60°
CMYK 0.430.800.00   0.40
XYZ10.34725.387831.0664
Yxy5.38780.22110.1151
Hunter Lab23.211638.9507-63.1055
CIE-Lab27.812249.8977-56.1277

#581f9a color RGB value is (88,31,154).

#581f9a hex color red value is 88, green value is 31 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #581f9a hue: 0.74 , saturation: 0.66 and the lightness value of 581f9a is 0.36.

The process color (four color CMYK) of #581f9a color hex is 0.43, 0.80, 0.00, 0.40. Web safe color of #581f9a is #663399. Color #581f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 10011010
Octal 130 37 232
Decimal 88 31 154
Hex 58 1F 9A

RGB Percentages of Color #581f9a

%32.23
%11.36
%56.41

CMYK Percentages of Color #581f9a

%43
%80
%0
%40

Triadic Colors of #581f9a

#581f9a #9a581f #1f9a58

Analogous Colors of #581f9a

#581f9a #961f9a #1f249a

Monochromatic Colors of #581f9a

#581f9a

Complementary Color

#581f9a #619a1f

#581f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#581f9a Color CSS Codes

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

#581f9a Text Font Color

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

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


#581f9a Background Color

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

This div background color is #581f9a


#581f9a Border Color

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

This div border color is #581f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581f9a


Comments

No comments written yet.

Please login to write comment.