Color Hex Logo

#581fdb Color Hex

#581FDB
(88,31,219)
0 Favorites   0 Comments

Color spaces of #581fdb

RGB 8831219
HSL0.720.750.49
HSV258°86°86°
CMYK 0.600.860.00   0.14
XYZ17.30078.169267.6828
Yxy8.16920.18570.0877
Hunter Lab28.581858.0287-120.3937
CIE-Lab34.332866.4125-83.9072

#581fdb color RGB value is (88,31,219).

#581fdb hex color red value is 88, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #581fdb hue: 0.72 , saturation: 0.75 and the lightness value of 581fdb is 0.49.

The process color (four color CMYK) of #581fdb color hex is 0.60, 0.86, 0.00, 0.14. Web safe color of #581fdb is #6633cc. Color #581fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 11011011
Octal 130 37 333
Decimal 88 31 219
Hex 58 1F DB

RGB Percentages of Color #581fdb

%26.04
%9.17
%64.79

CMYK Percentages of Color #581fdb

%60
%86
%0
%14

Triadic Colors of #581fdb

#581fdb #db581f #1fdb58

Analogous Colors of #581fdb

#581fdb #b61fdb #1f44db

Monochromatic Colors of #581fdb

#581fdb

Complementary Color

#581fdb #a2db1f

#581fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#581fdb Color CSS Codes

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

#581fdb Text Font Color

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

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


#581fdb Background Color

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

This div background color is #581fdb


#581fdb Border Color

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

This div border color is #581fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581fdb


Comments

No comments written yet.

Please login to write comment.