Color Hex Logo

#2e369d Color Hex

#2E369D
(46,54,157)
0 Favorites   0 Comments

Color spaces of #2e369d

RGB 4654157
HSL0.650.550.40
HSV236°71°62°
CMYK 0.710.660.00   0.38
XYZ8.53175.653532.5399
Yxy5.65350.18260.1210
Hunter Lab23.777122.4395-64.4968
CIE-Lab28.520931.9730-56.9554

#2e369d color RGB value is (46,54,157).

#2e369d hex color red value is 46, green value is 54 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2e369d hue: 0.65 , saturation: 0.55 and the lightness value of 2e369d is 0.40.

The process color (four color CMYK) of #2e369d color hex is 0.71, 0.66, 0.00, 0.38. Web safe color of #2e369d is #333399. Color #2e369d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110110 10011101
Octal 56 66 235
Decimal 46 54 157
Hex 2E 36 9D

RGB Percentages of Color #2e369d

%17.90
%21.01
%61.09

CMYK Percentages of Color #2e369d

%71
%66
%0
%38

Triadic Colors of #2e369d

#2e369d #9d2e36 #369d2e

Analogous Colors of #2e369d

#2e369d #5d2e9d #2e6e9d

Monochromatic Colors of #2e369d

#2e369d

Complementary Color

#2e369d #9d952e

#2e369d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e369d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e369d Color CSS Codes

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

#2e369d Text Font Color

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

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


#2e369d Background Color

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

This div background color is #2e369d


#2e369d Border Color

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

This div border color is #2e369d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e369d


Comments

No comments written yet.

Please login to write comment.