Color Hex Logo

#2e406d Color Hex

#2E406D
(46,64,109)
0 Favorites   0 Comments

Color spaces of #2e406d

RGB 4664109
HSL0.620.410.30
HSV223°58°43°
CMYK 0.580.410.00   0.57
XYZ5.72045.351815.1995
Yxy5.35180.21770.2037
Hunter Lab23.13403.6538-22.7610
CIE-Lab27.71447.5201-28.3799

#2e406d color RGB value is (46,64,109).

#2e406d hex color red value is 46, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2e406d hue: 0.62 , saturation: 0.41 and the lightness value of 2e406d is 0.30.

The process color (four color CMYK) of #2e406d color hex is 0.58, 0.41, 0.00, 0.57. Web safe color of #2e406d is #333366. Color #2e406d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000000 01101101
Octal 56 100 155
Decimal 46 64 109
Hex 2E 40 6D

RGB Percentages of Color #2e406d

%21.00
%29.22
%49.77

CMYK Percentages of Color #2e406d

%58
%41
%0
%57

Triadic Colors of #2e406d

#2e406d #6d2e40 #406d2e

Analogous Colors of #2e406d

#2e406d #3b2e6d #2e606d

Monochromatic Colors of #2e406d

#2e406d

Complementary Color

#2e406d #6d5b2e

#2e406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e406d Color CSS Codes

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

#2e406d Text Font Color

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

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


#2e406d Background Color

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

This div background color is #2e406d


#2e406d Border Color

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

This div border color is #2e406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e406d


Comments

No comments written yet.

Please login to write comment.