Color Hex Logo

#2e406a Color Hex

#2E406A
(46,64,106)
0 Favorites   0 Comments

Color spaces of #2e406a

RGB 4664106
HSL0.620.390.30
HSV222°57°42°
CMYK 0.570.400.00   0.58
XYZ5.56165.288214.3633
Yxy5.28820.22060.2097
Hunter Lab22.99612.9270-20.9351
CIE-Lab27.54066.4393-26.7411

#2e406a color RGB value is (46,64,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000000 01101010
Octal 56 100 152
Decimal 46 64 106
Hex 2E 40 6A

RGB Percentages of Color #2e406a

%21.30
%29.63
%49.07

CMYK Percentages of Color #2e406a

%57
%40
%0
%58

Triadic Colors of #2e406a

#2e406a #6a2e40 #406a2e

Analogous Colors of #2e406a

#2e406a #3a2e6a #2e5e6a

Monochromatic Colors of #2e406a

#2e406a

Complementary Color

#2e406a #6a582e

#2e406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e406a Color CSS Codes

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

#2e406a Text Font Color

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

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


#2e406a Background Color

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

This div background color is #2e406a


#2e406a Border Color

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

This div border color is #2e406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e406a


Comments

No comments written yet.

Please login to write comment.