Color Hex Logo

#581afa Color Hex

#581AFA
(88,26,250)
0 Favorites   0 Comments

Color spaces of #581afa

RGB 8826250
HSL0.710.960.54
HSV257°90°98°
CMYK 0.650.900.00   0.02
XYZ21.64929.715691.1767
Yxy9.71560.17670.0793
Hunter Lab31.169969.4309-151.6136
CIE-Lab37.327175.4965-96.5683

#581afa color RGB value is (88,26,250).

#581afa hex color red value is 88, green value is 26 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #581afa hue: 0.71 , saturation: 0.96 and the lightness value of 581afa is 0.54.

The process color (four color CMYK) of #581afa color hex is 0.65, 0.90, 0.00, 0.02. Web safe color of #581afa is #6633ff. Color #581afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11111010
Octal 130 32 372
Decimal 88 26 250
Hex 58 1A FA

RGB Percentages of Color #581afa

%24.18
%7.14
%68.68

CMYK Percentages of Color #581afa

%65
%90
%0
%2

Triadic Colors of #581afa

#581afa #fa581a #1afa58

Analogous Colors of #581afa

#581afa #c81afa #1a4cfa

Monochromatic Colors of #581afa

#581afa

Complementary Color

#581afa #bcfa1a

#581afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#581afa Color CSS Codes

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

#581afa Text Font Color

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

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


#581afa Background Color

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

This div background color is #581afa


#581afa Border Color

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

This div border color is #581afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581afa

Related Colors


Comments

No comments written yet.

Please login to write comment.