Color Hex Logo

#5e29df Color Hex

#5E29DF
(94,41,223)
0 Favorites   0 Comments

Color spaces of #5e29df

RGB 9441223
HSL0.720.740.52
HSV257°82°87°
CMYK 0.580.820.00   0.13
XYZ18.72839.293370.6187
Yxy9.29330.18990.0942
Hunter Lab30.484956.3122-116.0066
CIE-Lab36.543064.4750-82.5297

#5e29df color RGB value is (94,41,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00101001 11011111
Octal 136 51 337
Decimal 94 41 223
Hex 5E 29 DF

RGB Percentages of Color #5e29df

%26.26
%11.45
%62.29

CMYK Percentages of Color #5e29df

%58
%82
%0
%13

Triadic Colors of #5e29df

#5e29df #df5e29 #29df5e

Analogous Colors of #5e29df

#5e29df #b929df #294fdf

Monochromatic Colors of #5e29df

#5e29df

Complementary Color

#5e29df #aadf29

#5e29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e29df Color CSS Codes

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

#5e29df Text Font Color

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

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


#5e29df Background Color

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

This div background color is #5e29df


#5e29df Border Color

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

This div border color is #5e29df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e29df


Comments

No comments written yet.

Please login to write comment.