Color Hex Logo

#2e183b Color Hex

#2E183B
(46,24,59)
2 Favorites   0 Comments

Color spaces of #2e183b

RGB 462459
HSL0.770.420.16
HSV278°59°23°
CMYK 0.220.590.00   0.77
XYZ2.24281.54994.3186
Yxy1.54990.27650.1911
Hunter Lab12.449510.3705-11.8524
CIE-Lab12.921818.7495-18.3410

#2e183b color RGB value is (46,24,59).

#2e183b hex color red value is 46, green value is 24 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2e183b hue: 0.77 , saturation: 0.42 and the lightness value of 2e183b is 0.16.

The process color (four color CMYK) of #2e183b color hex is 0.22, 0.59, 0.00, 0.77. Web safe color of #2e183b is #330033. Color #2e183b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011000 00111011
Octal 56 30 73
Decimal 46 24 59
Hex 2E 18 3B

RGB Percentages of Color #2e183b

%35.66
%18.60
%45.74

CMYK Percentages of Color #2e183b

%22
%59
%0
%77

Triadic Colors of #2e183b

#2e183b #3b2e18 #183b2e

Analogous Colors of #2e183b

#2e183b #3b1837 #1d183b

Monochromatic Colors of #2e183b

#2e183b

Complementary Color

#2e183b #253b18

#2e183b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e183b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e183b Color CSS Codes

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

#2e183b Text Font Color

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

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


#2e183b Background Color

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

This div background color is #2e183b


#2e183b Border Color

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

This div border color is #2e183b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e183b

#2e183b Color Palettes


Comments

No comments written yet.

Please login to write comment.