Color Hex Logo

#2e3ede Color Hex

#2E3EDE
(46,62,222)
0 Favorites   0 Comments

Color spaces of #2e3ede

RGB 4662222
HSL0.650.730.53
HSV235°79°87°
CMYK 0.790.720.00   0.13
XYZ16.03429.300070.0572
Yxy9.30000.16810.0975
Hunter Lab30.495940.4843-114.8578
CIE-Lab36.555649.7410-82.0479

#2e3ede color RGB value is (46,62,222).

#2e3ede hex color red value is 46, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2e3ede hue: 0.65 , saturation: 0.73 and the lightness value of 2e3ede is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00111110 11011110
Octal 56 76 336
Decimal 46 62 222
Hex 2E 3E DE

RGB Percentages of Color #2e3ede

%13.94
%18.79
%67.27

CMYK Percentages of Color #2e3ede

%79
%72
%0
%13

Triadic Colors of #2e3ede

#2e3ede #de2e3e #3ede2e

Analogous Colors of #2e3ede

#2e3ede #762ede #2e96de

Monochromatic Colors of #2e3ede

#2e3ede

Complementary Color

#2e3ede #dece2e

#2e3ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e3ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e3ede Color CSS Codes

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

#2e3ede Text Font Color

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

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


#2e3ede Background Color

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

This div background color is #2e3ede


#2e3ede Border Color

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

This div border color is #2e3ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e3ede


Comments

No comments written yet.

Please login to write comment.