Color Hex Logo

#2e011c Color Hex

#2E011C
(46,1,28)
0 Favorites   0 Comments

Color spaces of #2e011c

RGB 46128
HSL0.900.960.09
HSV324°98°18°
CMYK 0.000.980.39   0.82
XYZ1.34720.68641.1601
Yxy0.68640.42180.2149
Hunter Lab8.284914.5270-2.5027
CIE-Lab6.200225.3139-5.7328

#2e011c color RGB value is (46,1,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000001 00011100
Octal 56 1 34
Decimal 46 1 28
Hex 2E 1 1C

RGB Percentages of Color #2e011c

%61.33
%1.33
%37.33

CMYK Percentages of Color #2e011c

%0
%98
%39
%82

Triadic Colors of #2e011c

#2e011c #1c2e01 #011c2e

Analogous Colors of #2e011c

#2e011c #2e0106 #2a012e

Monochromatic Colors of #2e011c

#2e011c

Complementary Color

#2e011c #012e13

#2e011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e011c Color CSS Codes

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

#2e011c Text Font Color

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

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


#2e011c Background Color

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

This div background color is #2e011c


#2e011c Border Color

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

This div border color is #2e011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e011c


Comments

No comments written yet.

Please login to write comment.