Color Hex Logo

#5804df Color Hex

#5804DF
(88,4,223)
0 Favorites   0 Comments

Color spaces of #5804df

RGB 884223
HSL0.730.960.45
HSV263°98°87°
CMYK 0.610.980.00   0.13
XYZ17.38727.489370.3412
Yxy7.48930.18260.0787
Hunter Lab27.366665.5174-133.2384
CIE-Lab32.895873.0779-88.5909

#5804df color RGB value is (88,4,223).

#5804df hex color red value is 88, green value is 4 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5804df hue: 0.73 , saturation: 0.96 and the lightness value of 5804df is 0.45.

The process color (four color CMYK) of #5804df color hex is 0.61, 0.98, 0.00, 0.13. Web safe color of #5804df is #6600cc. Color #5804df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000100 11011111
Octal 130 4 337
Decimal 88 4 223
Hex 58 4 DF

RGB Percentages of Color #5804df

%27.94
%1.27
%70.79

CMYK Percentages of Color #5804df

%61
%98
%0
%13

Triadic Colors of #5804df

#5804df #df5804 #04df58

Analogous Colors of #5804df

#5804df #c604df #041ddf

Monochromatic Colors of #5804df

#5804df

Complementary Color

#5804df #8bdf04

#5804df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5804df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5804df Color CSS Codes

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

#5804df Text Font Color

<p style="color:#5804df">Text here</p>

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


#5804df Background Color

<div style="background-color:#5804df">
Div content here</div>

This div background color is #5804df


#5804df Border Color

<div style="border:3px solid #5804df">
Div here</div>

This div border color is #5804df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5804df


Comments

No comments written yet.

Please login to write comment.