Color Hex Logo

#2e151d Color Hex

#2E151D
(46,21,29)
0 Favorites   0 Comments

Color spaces of #2e151d

RGB 462129
HSL0.950.370.13
HSV341°54°18°
CMYK 0.000.540.37   0.82
XYZ1.61671.20591.3099
Yxy1.20590.39120.2918
Hunter Lab10.98137.06180.6146
CIE-Lab10.600813.92920.0364

#2e151d color RGB value is (46,21,29).

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

The process color (four color CMYK) of #2e151d color hex is 0.00, 0.54, 0.37, 0.82. Web safe color of #2e151d is #330033. Color #2e151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010101 00011101
Octal 56 25 35
Decimal 46 21 29
Hex 2E 15 1D

RGB Percentages of Color #2e151d

%47.92
%21.88
%30.21

CMYK Percentages of Color #2e151d

%0
%54
%37
%82

Triadic Colors of #2e151d

#2e151d #1d2e15 #151d2e

Analogous Colors of #2e151d

#2e151d #2e1a15 #2e152a

Monochromatic Colors of #2e151d

#2e151d

Complementary Color

#2e151d #152e26

#2e151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e151d Color CSS Codes

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

#2e151d Text Font Color

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

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


#2e151d Background Color

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

This div background color is #2e151d


#2e151d Border Color

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

This div border color is #2e151d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e151d


Comments

No comments written yet.

Please login to write comment.