Color Hex Logo

#581aaa Color Hex

#581AAA
(88,26,170)
0 Favorites   0 Comments

Color spaces of #581aaa

RGB 8826170
HSL0.740.730.38
HSV266°85°67°
CMYK 0.480.850.00   0.33
XYZ11.64965.715838.5195
Yxy5.71580.20850.1023
Hunter Lab23.907745.1397-78.7910
CIE-Lab28.683855.7645-64.4091

#581aaa color RGB value is (88,26,170).

#581aaa hex color red value is 88, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #581aaa hue: 0.74 , saturation: 0.73 and the lightness value of 581aaa is 0.38.

The process color (four color CMYK) of #581aaa color hex is 0.48, 0.85, 0.00, 0.33. Web safe color of #581aaa is #663399. Color #581aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 10101010
Octal 130 32 252
Decimal 88 26 170
Hex 58 1A AA

RGB Percentages of Color #581aaa

%30.99
%9.15
%59.86

CMYK Percentages of Color #581aaa

%48
%85
%0
%33

Triadic Colors of #581aaa

#581aaa #aa581a #1aaa58

Analogous Colors of #581aaa

#581aaa #a01aaa #1a24aa

Monochromatic Colors of #581aaa

#581aaa

Complementary Color

#581aaa #6caa1a

#581aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#581aaa Color CSS Codes

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

#581aaa Text Font Color

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

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


#581aaa Background Color

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

This div background color is #581aaa


#581aaa Border Color

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

This div border color is #581aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581aaa


Comments

No comments written yet.

Please login to write comment.