Color Hex Logo

#581afb Color Hex

#581AFB
(88,26,251)
0 Favorites   0 Comments

Color spaces of #581afb

RGB 8826251
HSL0.710.970.54
HSV257°90°98°
CMYK 0.650.900.00   0.02
XYZ21.80659.778592.0049
Yxy9.77850.17640.0791
Hunter Lab31.270669.7532-152.5547
CIE-Lab37.441975.7393-96.9393

#581afb color RGB value is (88,26,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11111011
Octal 130 32 373
Decimal 88 26 251
Hex 58 1A FB

RGB Percentages of Color #581afb

%24.11
%7.12
%68.77

CMYK Percentages of Color #581afb

%65
%90
%0
%2

Triadic Colors of #581afb

#581afb #fb581a #1afb58

Analogous Colors of #581afb

#581afb #c91afb #1a4cfb

Monochromatic Colors of #581afb

#581afb

Complementary Color

#581afb #bdfb1a

#581afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#581afb Color CSS Codes

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

#581afb Text Font Color

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

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


#581afb Background Color

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

This div background color is #581afb


#581afb Border Color

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

This div border color is #581afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581afb

Related Colors


Comments

No comments written yet.

Please login to write comment.