Color Hex Logo

#2e408b Color Hex

#2E408B
(46,64,139)
0 Favorites   0 Comments

Color spaces of #2e408b

RGB 4664139
HSL0.630.500.36
HSV228°67°55°
CMYK 0.670.540.00   0.45
XYZ7.62036.111725.2041
Yxy6.11170.19570.1570
Hunter Lab24.721911.7579-43.1413
CIE-Lab29.692518.6490-44.0203

#2e408b color RGB value is (46,64,139).

#2e408b hex color red value is 46, green value is 64 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2e408b hue: 0.63 , saturation: 0.50 and the lightness value of 2e408b is 0.36.

The process color (four color CMYK) of #2e408b color hex is 0.67, 0.54, 0.00, 0.45. Web safe color of #2e408b is #333399. Color #2e408b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000000 10001011
Octal 56 100 213
Decimal 46 64 139
Hex 2E 40 8B

RGB Percentages of Color #2e408b

%18.47
%25.70
%55.82

CMYK Percentages of Color #2e408b

%67
%54
%0
%45

Triadic Colors of #2e408b

#2e408b #8b2e40 #408b2e

Analogous Colors of #2e408b

#2e408b #4b2e8b #2e6f8b

Monochromatic Colors of #2e408b

#2e408b

Complementary Color

#2e408b #8b792e

#2e408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e408b Color CSS Codes

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

#2e408b Text Font Color

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

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


#2e408b Background Color

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

This div background color is #2e408b


#2e408b Border Color

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

This div border color is #2e408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e408b


Comments

No comments written yet.

Please login to write comment.