Color Hex Logo

#5800df Color Hex

#5800DF
(88,0,223)
0 Favorites   0 Comments

Color spaces of #5800df

RGB 880223
HSL0.731.000.44
HSV264°100°87°
CMYK 0.611.000.00   0.13
XYZ17.34387.402470.3267
Yxy7.40240.18240.0779
Hunter Lab27.207466.1751-134.2101
CIE-Lab32.706073.6599-88.9063

#5800df color RGB value is (88,0,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000000 11011111
Octal 130 0 337
Decimal 88 0 223
Hex 58 0 DF

RGB Percentages of Color #5800df

%28.30
%0.00
%71.70

CMYK Percentages of Color #5800df

%61
%100
%0
%13

Triadic Colors of #5800df

#5800df #df5800 #00df58

Analogous Colors of #5800df

#5800df #c800df #0017df

Monochromatic Colors of #5800df

#5800df

Complementary Color

#5800df #87df00

#5800df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5800df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5800df Color CSS Codes

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

#5800df Text Font Color

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

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


#5800df Background Color

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

This div background color is #5800df


#5800df Border Color

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

This div border color is #5800df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5800df


Comments

No comments written yet.

Please login to write comment.