Color Hex Logo

#581bff Color Hex

#581BFF
(88,27,255)
0 Favorites   0 Comments

Color spaces of #581bff

RGB 8827255
HSL0.711.000.55
HSV256°89°100°
CMYK 0.650.890.00   0.00
XYZ22.466410.078695.3690
Yxy10.07860.17560.0788
Hunter Lab31.746870.7629-155.8873
CIE-Lab37.983176.4635-98.2832

#581bff color RGB value is (88,27,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011011 11111111
Octal 130 33 377
Decimal 88 27 255
Hex 58 1B FF

RGB Percentages of Color #581bff

%23.78
%7.30
%68.92

CMYK Percentages of Color #581bff

%65
%89
%0
%0

Triadic Colors of #581bff

#581bff #ff581b #1bff58

Analogous Colors of #581bff

#581bff #ca1bff #1b50ff

Monochromatic Colors of #581bff

#581bff

Complementary Color

#581bff #c2ff1b

#581bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#581bff Color CSS Codes

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

#581bff Text Font Color

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

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


#581bff Background Color

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

This div background color is #581bff


#581bff Border Color

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

This div border color is #581bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581bff


Comments

No comments written yet.

Please login to write comment.