Color Hex Logo

#2e021b Color Hex

#2E021B
(46,2,27)
0 Favorites   0 Comments

Color spaces of #2e021b

RGB 46227
HSL0.910.920.09
HSV326°96°18°
CMYK 0.000.960.41   0.82
XYZ1.34630.70341.1017
Yxy0.70340.42720.2232
Hunter Lab8.386913.9765-1.9175
CIE-Lab6.353824.6251-4.7168

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

#2e021b hex color red value is 46, green value is 2 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #2e021b hue: 0.91 , saturation: 0.92 and the lightness value of 2e021b is 0.09.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000010 00011011
Octal 56 2 33
Decimal 46 2 27
Hex 2E 2 1B

RGB Percentages of Color #2e021b

%61.33
%2.67
%36.00

CMYK Percentages of Color #2e021b

%0
%96
%41
%82

Triadic Colors of #2e021b

#2e021b #1b2e02 #021b2e

Analogous Colors of #2e021b

#2e021b #2e0205 #2b022e

Monochromatic Colors of #2e021b

#2e021b

Complementary Color

#2e021b #022e15

#2e021b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e021b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e021b Color CSS Codes

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

#2e021b Text Font Color

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

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


#2e021b Background Color

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

This div background color is #2e021b


#2e021b Border Color

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

This div border color is #2e021b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e021b


Comments

No comments written yet.

Please login to write comment.