Color Hex Logo

#2e364e Color Hex

#2E364E
(46,54,78)
0 Favorites   0 Comments

Color spaces of #2e364e

RGB 465478
HSL0.630.260.24
HSV225°41°31°
CMYK 0.410.310.00   0.69
XYZ3.82103.76927.7339
Yxy3.76920.24930.2460
Hunter Lab19.41441.1558-10.0286
CIE-Lab22.89333.6404-15.7705

#2e364e color RGB value is (46,54,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110110 01001110
Octal 56 66 116
Decimal 46 54 78
Hex 2E 36 4E

RGB Percentages of Color #2e364e

%25.84
%30.34
%43.82

CMYK Percentages of Color #2e364e

%41
%31
%0
%69

Triadic Colors of #2e364e

#2e364e #4e2e36 #364e2e

Analogous Colors of #2e364e

#2e364e #362e4e #2e464e

Monochromatic Colors of #2e364e

#2e364e

Complementary Color

#2e364e #4e462e

#2e364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e364e Color CSS Codes

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

#2e364e Text Font Color

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

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


#2e364e Background Color

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

This div background color is #2e364e


#2e364e Border Color

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

This div border color is #2e364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e364e


Comments

No comments written yet.

Please login to write comment.