Color Hex Logo

#2e118a Color Hex

#2E118A
(46,17,138)
0 Favorites   0 Comments

Color spaces of #2e118a

RGB 4617138
HSL0.710.780.30
HSV254°88°54°
CMYK 0.670.880.00   0.46
XYZ5.91462.816724.2767
Yxy2.81670.17920.0853
Hunter Lab16.783033.5359-74.0150
CIE-Lab19.294346.0063-60.4233

#2e118a color RGB value is (46,17,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010001 10001010
Octal 56 21 212
Decimal 46 17 138
Hex 2E 11 8A

RGB Percentages of Color #2e118a

%22.89
%8.46
%68.66

CMYK Percentages of Color #2e118a

%67
%88
%0
%46

Triadic Colors of #2e118a

#2e118a #8a2e11 #118a2e

Analogous Colors of #2e118a

#2e118a #6b118a #11318a

Monochromatic Colors of #2e118a

#2e118a

Complementary Color

#2e118a #6d8a11

#2e118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e118a Color CSS Codes

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

#2e118a Text Font Color

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

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


#2e118a Background Color

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

This div background color is #2e118a


#2e118a Border Color

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

This div border color is #2e118a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e118a


Comments

No comments written yet.

Please login to write comment.