Color Hex Logo

#2e113a Color Hex

#2E113A
(46,17,58)
0 Favorites   0 Comments

Color spaces of #2e113a

RGB 461758
HSL0.780.550.15
HSV282°71°23°
CMYK 0.210.710.00   0.77
XYZ2.09091.28724.1412
Yxy1.28720.27810.1712
Hunter Lab11.345513.0418-13.6995
CIE-Lab11.185722.9194-20.3874

#2e113a color RGB value is (46,17,58).

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

The process color (four color CMYK) of #2e113a color hex is 0.21, 0.71, 0.00, 0.77. Web safe color of #2e113a is #330033. Color #2e113a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010001 00111010
Octal 56 21 72
Decimal 46 17 58
Hex 2E 11 3A

RGB Percentages of Color #2e113a

%38.02
%14.05
%47.93

CMYK Percentages of Color #2e113a

%21
%71
%0
%77

Triadic Colors of #2e113a

#2e113a #3a2e11 #113a2e

Analogous Colors of #2e113a

#2e113a #3a1132 #1a113a

Monochromatic Colors of #2e113a

#2e113a

Complementary Color

#2e113a #1d3a11

#2e113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e113a Color CSS Codes

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

#2e113a Text Font Color

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

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


#2e113a Background Color

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

This div background color is #2e113a


#2e113a Border Color

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

This div border color is #2e113a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e113a


Comments

No comments written yet.

Please login to write comment.