Color Hex Logo

#5e00df Color Hex

#5E00DF
(94,0,223)
0 Favorites   0 Comments

Color spaces of #5e00df

RGB 940223
HSL0.741.000.44
HSV265°100°87°
CMYK 0.581.000.00   0.13
XYZ17.93547.707470.3544
Yxy7.70740.18680.0803
Hunter Lab27.762266.7337-130.8179
CIE-Lab33.365974.0038-87.7911

#5e00df color RGB value is (94,0,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00000000 11011111
Octal 136 0 337
Decimal 94 0 223
Hex 5E 0 DF

RGB Percentages of Color #5e00df

%29.65
%0.00
%70.35

CMYK Percentages of Color #5e00df

%58
%100
%0
%13

Triadic Colors of #5e00df

#5e00df #df5e00 #00df5e

Analogous Colors of #5e00df

#5e00df #ce00df #0011df

Monochromatic Colors of #5e00df

#5e00df

Complementary Color

#5e00df #81df00

#5e00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e00df Color CSS Codes

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

#5e00df Text Font Color

<p style="color:#5e00df">Text here</p>

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


#5e00df Background Color

<div style="background-color:#5e00df">
Div content here</div>

This div background color is #5e00df


#5e00df Border Color

<div style="border:3px solid #5e00df">
Div here</div>

This div border color is #5e00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e00df


Comments

No comments written yet.

Please login to write comment.