Color Hex Logo

#581980 Color Hex

#581980
(88,25,128)
0 Favorites   0 Comments

Color spaces of #581980

RGB 8825128
HSL0.770.670.30
HSV277°80°50°
CMYK 0.310.800.00   0.50
XYZ8.26844.328520.8218
Yxy4.32850.24740.1295
Hunter Lab20.805034.5311-44.7742
CIE-Lab24.729045.9902-45.0033

#581980 color RGB value is (88,25,128).

#581980 hex color red value is 88, green value is 25 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #581980 hue: 0.77 , saturation: 0.67 and the lightness value of 581980 is 0.30.

The process color (four color CMYK) of #581980 color hex is 0.31, 0.80, 0.00, 0.50. Web safe color of #581980 is #660099. Color #581980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011001 10000000
Octal 130 31 200
Decimal 88 25 128
Hex 58 19 80

RGB Percentages of Color #581980

%36.51
%10.37
%53.11

CMYK Percentages of Color #581980

%31
%80
%0
%50

Triadic Colors of #581980

#581980 #805819 #198058

Analogous Colors of #581980

#581980 #801975 #251980

Monochromatic Colors of #581980

#581980

Complementary Color

#581980 #418019

#581980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581980 Color CSS Codes

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

#581980 Text Font Color

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

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


#581980 Background Color

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

This div background color is #581980


#581980 Border Color

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

This div border color is #581980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581980


Comments

No comments written yet.

Please login to write comment.