Color Hex Logo

#2e29df Color Hex

#2E29DF
(46,41,223)
0 Favorites   0 Comments

Color spaces of #2e29df

RGB 4641223
HSL0.670.740.52
HSV242°82°87°
CMYK 0.790.820.00   0.13
XYZ15.23897.494470.4554
Yxy7.49440.16350.0804
Hunter Lab27.375951.4549-133.4273
CIE-Lab32.906960.8227-88.6652

#2e29df color RGB value is (46,41,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101001 11011111
Octal 56 51 337
Decimal 46 41 223
Hex 2E 29 DF

RGB Percentages of Color #2e29df

%14.84
%13.23
%71.94

CMYK Percentages of Color #2e29df

%79
%82
%0
%13

Triadic Colors of #2e29df

#2e29df #df2e29 #29df2e

Analogous Colors of #2e29df

#2e29df #8929df #297fdf

Monochromatic Colors of #2e29df

#2e29df

Complementary Color

#2e29df #dadf29

#2e29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e29df Color CSS Codes

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

#2e29df Text Font Color

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

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


#2e29df Background Color

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

This div background color is #2e29df


#2e29df Border Color

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

This div border color is #2e29df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e29df


Comments

No comments written yet.

Please login to write comment.