Color Hex Logo

#5807db Color Hex

#5807DB
(88,7,219)
0 Favorites   0 Comments

Color spaces of #5807db

RGB 887219
HSL0.730.940.44
HSV263°97°86°
CMYK 0.600.970.00   0.14
XYZ16.88677.341167.5448
Yxy7.34110.18400.0800
Hunter Lab27.094563.8353-128.8401
CIE-Lab32.571171.7273-86.8285

#5807db color RGB value is (88,7,219).

#5807db hex color red value is 88, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5807db hue: 0.73 , saturation: 0.94 and the lightness value of 5807db is 0.44.

The process color (four color CMYK) of #5807db color hex is 0.60, 0.97, 0.00, 0.14. Web safe color of #5807db is #6600cc. Color #5807db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000111 11011011
Octal 130 7 333
Decimal 88 7 219
Hex 58 7 DB

RGB Percentages of Color #5807db

%28.03
%2.23
%69.75

CMYK Percentages of Color #5807db

%60
%97
%0
%14

Triadic Colors of #5807db

#5807db #db5807 #07db58

Analogous Colors of #5807db

#5807db #c207db #0720db

Monochromatic Colors of #5807db

#5807db

Complementary Color

#5807db #8adb07

#5807db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5807db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5807db Color CSS Codes

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

#5807db Text Font Color

<p style="color:#5807db">Text here</p>

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


#5807db Background Color

<div style="background-color:#5807db">
Div content here</div>

This div background color is #5807db


#5807db Border Color

<div style="border:3px solid #5807db">
Div here</div>

This div border color is #5807db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5807db


Comments

No comments written yet.

Please login to write comment.