Color Hex Logo

#2e0ead Color Hex

#2E0EAD
(46,14,173)
0 Favorites   0 Comments

Color spaces of #2e0ead

RGB 4614173
HSL0.700.850.37
HSV252°92°68°
CMYK 0.730.920.00   0.32
XYZ8.82663.912039.8251
Yxy3.91200.16790.0744
Hunter Lab19.778845.0457-105.5369
CIE-Lab23.378456.6893-75.1369

#2e0ead color RGB value is (46,14,173).

#2e0ead hex color red value is 46, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2e0ead hue: 0.70 , saturation: 0.85 and the lightness value of 2e0ead is 0.37.

The process color (four color CMYK) of #2e0ead color hex is 0.73, 0.92, 0.00, 0.32. Web safe color of #2e0ead is #330099. Color #2e0ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001110 10101101
Octal 56 16 255
Decimal 46 14 173
Hex 2E E AD

RGB Percentages of Color #2e0ead

%19.74
%6.01
%74.25

CMYK Percentages of Color #2e0ead

%73
%92
%0
%32

Triadic Colors of #2e0ead

#2e0ead #ad2e0e #0ead2e

Analogous Colors of #2e0ead

#2e0ead #7e0ead #0e3dad

Monochromatic Colors of #2e0ead

#2e0ead

Complementary Color

#2e0ead #8dad0e

#2e0ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e0ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e0ead Color CSS Codes

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

#2e0ead Text Font Color

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

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


#2e0ead Background Color

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

This div background color is #2e0ead


#2e0ead Border Color

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

This div border color is #2e0ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e0ead


Comments

No comments written yet.

Please login to write comment.