Color Hex Logo

#2e1837 Color Hex

#2E1837
(46,24,55)
0 Favorites   0 Comments

Color spaces of #2e1837

RGB 462455
HSL0.780.390.15
HSV283°56°22°
CMYK 0.160.560.00   0.78
XYZ2.14291.50993.7929
Yxy1.50990.28780.2028
Hunter Lab12.28789.6254-9.6997
CIE-Lab12.670917.6696-15.8856

#2e1837 color RGB value is (46,24,55).

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

The process color (four color CMYK) of #2e1837 color hex is 0.16, 0.56, 0.00, 0.78. Web safe color of #2e1837 is #330033. Color #2e1837 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011000 00110111
Octal 56 30 67
Decimal 46 24 55
Hex 2E 18 37

RGB Percentages of Color #2e1837

%36.80
%19.20
%44.00

CMYK Percentages of Color #2e1837

%16
%56
%0
%78

Triadic Colors of #2e1837

#2e1837 #372e18 #18372e

Analogous Colors of #2e1837

#2e1837 #371831 #1f1837

Monochromatic Colors of #2e1837

#2e1837

Complementary Color

#2e1837 #213718

#2e1837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1837 Color CSS Codes

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

#2e1837 Text Font Color

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

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


#2e1837 Background Color

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

This div background color is #2e1837


#2e1837 Border Color

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

This div border color is #2e1837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1837


Comments

No comments written yet.

Please login to write comment.