Color Hex Logo

#2e414e Color Hex

#2E414E
(46,65,78)
0 Favorites   0 Comments

Color spaces of #2e414e

RGB 466578
HSL0.570.260.24
HSV204°41°31°
CMYK 0.410.170.00   0.69
XYZ4.39224.91157.9242
Yxy4.91150.25490.2851
Hunter Lab22.1619-3.4070-5.6864
CIE-Lab26.4811-3.6826-10.2583

#2e414e color RGB value is (46,65,78).

#2e414e hex color red value is 46, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2e414e hue: 0.57 , saturation: 0.26 and the lightness value of 2e414e is 0.24.

The process color (four color CMYK) of #2e414e color hex is 0.41, 0.17, 0.00, 0.69. Web safe color of #2e414e is #333366. Color #2e414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000001 01001110
Octal 56 101 116
Decimal 46 65 78
Hex 2E 41 4E

RGB Percentages of Color #2e414e

%24.34
%34.39
%41.27

CMYK Percentages of Color #2e414e

%41
%17
%0
%69

Triadic Colors of #2e414e

#2e414e #4e2e41 #414e2e

Analogous Colors of #2e414e

#2e414e #2e314e #2e4e4b

Monochromatic Colors of #2e414e

#2e414e

Complementary Color

#2e414e #4e3b2e

#2e414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e414e Color CSS Codes

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

#2e414e Text Font Color

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

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


#2e414e Background Color

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

This div background color is #2e414e


#2e414e Border Color

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

This div border color is #2e414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e414e


Comments

No comments written yet.

Please login to write comment.