Color Hex Logo

#2e405e Color Hex

#2E405E
(46,64,94)
0 Favorites   0 Comments

Color spaces of #2e405e

RGB 466494
HSL0.600.340.27
HSV218°51°37°
CMYK 0.510.320.00   0.63
XYZ4.98055.055811.3030
Yxy5.05580.23340.2369
Hunter Lab22.48510.1892-14.0648
CIE-Lab26.89322.2191-20.0420

#2e405e color RGB value is (46,64,94).

#2e405e hex color red value is 46, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2e405e hue: 0.60 , saturation: 0.34 and the lightness value of 2e405e is 0.27.

The process color (four color CMYK) of #2e405e color hex is 0.51, 0.32, 0.00, 0.63. Web safe color of #2e405e is #333366. Color #2e405e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000000 01011110
Octal 56 100 136
Decimal 46 64 94
Hex 2E 40 5E

RGB Percentages of Color #2e405e

%22.55
%31.37
%46.08

CMYK Percentages of Color #2e405e

%51
%32
%0
%63

Triadic Colors of #2e405e

#2e405e #5e2e40 #405e2e

Analogous Colors of #2e405e

#2e405e #342e5e #2e585e

Monochromatic Colors of #2e405e

#2e405e

Complementary Color

#2e405e #5e4c2e

#2e405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e405e Color CSS Codes

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

#2e405e Text Font Color

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

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


#2e405e Background Color

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

This div background color is #2e405e


#2e405e Border Color

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

This div border color is #2e405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e405e


Comments

No comments written yet.

Please login to write comment.