Color Hex Logo

#2e011f Color Hex

#2E011F
(46,1,31)
0 Favorites   0 Comments

Color spaces of #2e011f

RGB 46131
HSL0.890.960.09
HSV320°98°18°
CMYK 0.000.980.33   0.82
XYZ1.38490.70151.3587
Yxy0.70150.40200.2036
Hunter Lab8.375614.8578-3.7553
CIE-Lab6.336625.8444-7.8779

#2e011f color RGB value is (46,1,31).

#2e011f hex color red value is 46, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #2e011f hue: 0.89 , saturation: 0.96 and the lightness value of 2e011f is 0.09.

The process color (four color CMYK) of #2e011f color hex is 0.00, 0.98, 0.33, 0.82. Web safe color of #2e011f is #330033. Color #2e011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000001 00011111
Octal 56 1 37
Decimal 46 1 31
Hex 2E 1 1F

RGB Percentages of Color #2e011f

%58.97
%1.28
%39.74

CMYK Percentages of Color #2e011f

%0
%98
%33
%82

Triadic Colors of #2e011f

#2e011f #1f2e01 #011f2e

Analogous Colors of #2e011f

#2e011f #2e0109 #27012e

Monochromatic Colors of #2e011f

#2e011f

Complementary Color

#2e011f #012e10

#2e011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e011f Color CSS Codes

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

#2e011f Text Font Color

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

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


#2e011f Background Color

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

This div background color is #2e011f


#2e011f Border Color

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

This div border color is #2e011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e011f


Comments

No comments written yet.

Please login to write comment.