Color Hex Logo

#2e131b Color Hex

#2E131B
(46,19,27)
0 Favorites   0 Comments

Color spaces of #2e131b

RGB 461927
HSL0.950.420.13
HSV342°59°18°
CMYK 0.000.590.41   0.82
XYZ1.55741.12571.1721
Yxy1.12570.40400.2920
Hunter Lab10.60997.63420.8770
CIE-Lab9.997514.93780.6631

#2e131b color RGB value is (46,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010011 00011011
Octal 56 23 33
Decimal 46 19 27
Hex 2E 13 1B

RGB Percentages of Color #2e131b

%50.00
%20.65
%29.35

CMYK Percentages of Color #2e131b

%0
%59
%41
%82

Triadic Colors of #2e131b

#2e131b #1b2e13 #131b2e

Analogous Colors of #2e131b

#2e131b #2e1913 #2e1329

Monochromatic Colors of #2e131b

#2e131b

Complementary Color

#2e131b #132e26

#2e131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e131b Color CSS Codes

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

#2e131b Text Font Color

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

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


#2e131b Background Color

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

This div background color is #2e131b


#2e131b Border Color

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

This div border color is #2e131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e131b


Comments

No comments written yet.

Please login to write comment.