Color Hex Logo

#2e118b Color Hex

#2E118B
(46,17,139)
0 Favorites   0 Comments

Color spaces of #2e118b

RGB 4617139
HSL0.710.780.31
HSV254°88°55°
CMYK 0.670.880.00   0.45
XYZ5.98742.845824.6598
Yxy2.84580.17880.0850
Hunter Lab16.869533.8324-74.8614
CIE-Lab19.415546.2938-60.8490

#2e118b color RGB value is (46,17,139).

#2e118b hex color red value is 46, green value is 17 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2e118b hue: 0.71 , saturation: 0.78 and the lightness value of 2e118b is 0.31.

The process color (four color CMYK) of #2e118b color hex is 0.67, 0.88, 0.00, 0.45. Web safe color of #2e118b is #330099. Color #2e118b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010001 10001011
Octal 56 21 213
Decimal 46 17 139
Hex 2E 11 8B

RGB Percentages of Color #2e118b

%22.77
%8.42
%68.81

CMYK Percentages of Color #2e118b

%67
%88
%0
%45

Triadic Colors of #2e118b

#2e118b #8b2e11 #118b2e

Analogous Colors of #2e118b

#2e118b #6b118b #11318b

Monochromatic Colors of #2e118b

#2e118b

Complementary Color

#2e118b #6e8b11

#2e118b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e118b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e118b Color CSS Codes

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

#2e118b Text Font Color

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

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


#2e118b Background Color

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

This div background color is #2e118b


#2e118b Border Color

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

This div border color is #2e118b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e118b


Comments

No comments written yet.

Please login to write comment.