Color Hex Logo

#2e314e Color Hex

#2E314E
(46,49,78)
0 Favorites   0 Comments

Color spaces of #2e314e

RGB 464978
HSL0.650.260.24
HSV234°41°31°
CMYK 0.410.370.00   0.69
XYZ3.60023.32757.6603
Yxy3.32750.24680.2281
Hunter Lab18.24143.3069-12.1292
CIE-Lab21.31057.0979-18.2358

#2e314e color RGB value is (46,49,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110001 01001110
Octal 56 61 116
Decimal 46 49 78
Hex 2E 31 4E

RGB Percentages of Color #2e314e

%26.59
%28.32
%45.09

CMYK Percentages of Color #2e314e

%41
%37
%0
%69

Triadic Colors of #2e314e

#2e314e #4e2e31 #314e2e

Analogous Colors of #2e314e

#2e314e #3b2e4e #2e414e

Monochromatic Colors of #2e314e

#2e314e

Complementary Color

#2e314e #4e4b2e

#2e314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e314e Color CSS Codes

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

#2e314e Text Font Color

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

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


#2e314e Background Color

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

This div background color is #2e314e


#2e314e Border Color

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

This div border color is #2e314e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,49,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 #2e314e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e314e


Comments

No comments written yet.

Please login to write comment.