Color Hex Logo

#581efb Color Hex

#581EFB
(88,30,251)
0 Favorites   0 Comments

Color spaces of #581efb

RGB 8830251
HSL0.710.970.55
HSV256°88°98°
CMYK 0.650.880.00   0.02
XYZ21.90149.968392.0365
Yxy9.96830.17680.0805
Hunter Lab31.572668.5704-150.7339
CIE-Lab37.785574.7018-96.3687

#581efb color RGB value is (88,30,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011110 11111011
Octal 130 36 373
Decimal 88 30 251
Hex 58 1E FB

RGB Percentages of Color #581efb

%23.85
%8.13
%68.02

CMYK Percentages of Color #581efb

%65
%88
%0
%2

Triadic Colors of #581efb

#581efb #fb581e #1efb58

Analogous Colors of #581efb

#581efb #c71efb #1e53fb

Monochromatic Colors of #581efb

#581efb

Complementary Color

#581efb #c1fb1e

#581efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#581efb Color CSS Codes

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

#581efb Text Font Color

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

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


#581efb Background Color

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

This div background color is #581efb


#581efb Border Color

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

This div border color is #581efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,30,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 #581efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581efb


Comments

No comments written yet.

Please login to write comment.