Color Hex Logo

#581bfb Color Hex

#581BFB
(88,27,251)
0 Favorites   0 Comments

Color spaces of #581bfb

RGB 8827251
HSL0.710.970.55
HSV256°89°98°
CMYK 0.650.890.00   0.02
XYZ21.82909.823692.0124
Yxy9.82360.17650.0794
Hunter Lab31.342669.4692-152.1176
CIE-Lab37.524075.4909-96.8030

#581bfb color RGB value is (88,27,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011011 11111011
Octal 130 33 373
Decimal 88 27 251
Hex 58 1B FB

RGB Percentages of Color #581bfb

%24.04
%7.38
%68.58

CMYK Percentages of Color #581bfb

%65
%89
%0
%2

Triadic Colors of #581bfb

#581bfb #fb581b #1bfb58

Analogous Colors of #581bfb

#581bfb #c81bfb #1b4efb

Monochromatic Colors of #581bfb

#581bfb

Complementary Color

#581bfb #befb1b

#581bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#581bfb Color CSS Codes

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

#581bfb Text Font Color

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

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


#581bfb Background Color

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

This div background color is #581bfb


#581bfb Border Color

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

This div border color is #581bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581bfb


Comments

No comments written yet.

Please login to write comment.