Color Hex Logo

#2e0eef Color Hex

#2E0EEF
(46,14,239)
0 Favorites   0 Comments

Color spaces of #2e0eef

RGB 4614239
HSL0.690.890.50
HSV249°94°94°
CMYK 0.810.940.00   0.06
XYZ16.86377.126982.1482
Yxy7.12690.15890.0671
Hunter Lab26.696366.0378-163.7564
CIE-Lab32.094173.6560-99.1510

#2e0eef color RGB value is (46,14,239).

#2e0eef hex color red value is 46, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2e0eef hue: 0.69 , saturation: 0.89 and the lightness value of 2e0eef is 0.50.

The process color (four color CMYK) of #2e0eef color hex is 0.81, 0.94, 0.00, 0.06. Web safe color of #2e0eef is #3300ff. Color #2e0eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001110 11101111
Octal 56 16 357
Decimal 46 14 239
Hex 2E E EF

RGB Percentages of Color #2e0eef

%15.38
%4.68
%79.93

CMYK Percentages of Color #2e0eef

%81
%94
%0
%6

Triadic Colors of #2e0eef

#2e0eef #ef2e0e #0eef2e

Analogous Colors of #2e0eef

#2e0eef #9f0eef #0e5eef

Monochromatic Colors of #2e0eef

#2e0eef

Complementary Color

#2e0eef #cfef0e

#2e0eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e0eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e0eef Color CSS Codes

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

#2e0eef Text Font Color

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

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


#2e0eef Background Color

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

This div background color is #2e0eef


#2e0eef Border Color

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

This div border color is #2e0eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e0eef


Comments

No comments written yet.

Please login to write comment.