Color Hex Logo

#2e131e Color Hex

#2E131E
(46,19,30)
0 Favorites   0 Comments

Color spaces of #2e131e

RGB 461930
HSL0.930.420.13
HSV336°59°18°
CMYK 0.000.590.35   0.82
XYZ1.59391.14031.3644
Yxy1.14030.38890.2782
Hunter Lab10.67857.9561-0.1006
CIE-Lab10.109415.4399-1.4378

#2e131e color RGB value is (46,19,30).

#2e131e hex color red value is 46, green value is 19 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #2e131e hue: 0.93 , saturation: 0.42 and the lightness value of 2e131e is 0.13.

The process color (four color CMYK) of #2e131e color hex is 0.00, 0.59, 0.35, 0.82. Web safe color of #2e131e is #330033. Color #2e131e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010011 00011110
Octal 56 23 36
Decimal 46 19 30
Hex 2E 13 1E

RGB Percentages of Color #2e131e

%48.42
%20.00
%31.58

CMYK Percentages of Color #2e131e

%0
%59
%35
%82

Triadic Colors of #2e131e

#2e131e #1e2e13 #131e2e

Analogous Colors of #2e131e

#2e131e #2e1613 #2e132c

Monochromatic Colors of #2e131e

#2e131e

Complementary Color

#2e131e #132e23

#2e131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e131e Color CSS Codes

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

#2e131e Text Font Color

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

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


#2e131e Background Color

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

This div background color is #2e131e


#2e131e Border Color

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

This div border color is #2e131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e131e

#2e131e Color Palettes


Comments

No comments written yet.

Please login to write comment.