Color Hex Logo

#2e121e Color Hex

#2E121E
(46,18,30)
0 Favorites   0 Comments

Color spaces of #2e121e

RGB 461830
HSL0.930.440.13
HSV334°61°18°
CMYK 0.000.610.35   0.82
XYZ1.57741.10721.3589
Yxy1.10720.39010.2738
Hunter Lab10.52248.3447-0.2913
CIE-Lab9.854316.0964-1.8151

#2e121e color RGB value is (46,18,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010010 00011110
Octal 56 22 36
Decimal 46 18 30
Hex 2E 12 1E

RGB Percentages of Color #2e121e

%48.94
%19.15
%31.91

CMYK Percentages of Color #2e121e

%0
%61
%35
%82

Triadic Colors of #2e121e

#2e121e #1e2e12 #121e2e

Analogous Colors of #2e121e

#2e121e #2e1412 #2e122c

Monochromatic Colors of #2e121e

#2e121e

Complementary Color

#2e121e #122e22

#2e121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e121e Color CSS Codes

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

#2e121e Text Font Color

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

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


#2e121e Background Color

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

This div background color is #2e121e


#2e121e Border Color

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

This div border color is #2e121e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,18,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 #2e121e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e121e


Comments

No comments written yet.

Please login to write comment.