Color Hex Logo

#5802db Color Hex

#5802DB
(88,2,219)
0 Favorites   0 Comments

Color spaces of #5802db

RGB 882219
HSL0.730.980.43
HSV264°99°86°
CMYK 0.600.990.00   0.14
XYZ16.83247.232667.5267
Yxy7.23260.18380.0790
Hunter Lab26.893564.6580-130.0454
CIE-Lab32.330772.4623-87.2278

#5802db color RGB value is (88,2,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 11011011
Octal 130 2 333
Decimal 88 2 219
Hex 58 2 DB

RGB Percentages of Color #5802db

%28.48
%0.65
%70.87

CMYK Percentages of Color #5802db

%60
%99
%0
%14

Triadic Colors of #5802db

#5802db #db5802 #02db58

Analogous Colors of #5802db

#5802db #c502db #0219db

Monochromatic Colors of #5802db

#5802db

Complementary Color

#5802db #85db02

#5802db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5802db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5802db Color CSS Codes

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

#5802db Text Font Color

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

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


#5802db Background Color

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

This div background color is #5802db


#5802db Border Color

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

This div border color is #5802db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5802db


Comments

No comments written yet.

Please login to write comment.