Color Hex Logo

#2e072e Color Hex

#2E072E
(46,7,46)
0 Favorites   0 Comments

Color spaces of #2e072e

RGB 46746
HSL0.830.740.10
HSV300°85°18°
CMYK 0.000.850.00   0.82
XYZ1.69580.93012.6749
Yxy0.93010.31990.1755
Hunter Lab9.644214.5096-9.6937
CIE-Lab8.395025.5008-16.0802

#2e072e color RGB value is (46,7,46).

#2e072e hex color red value is 46, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #2e072e hue: 0.83 , saturation: 0.74 and the lightness value of 2e072e is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000111 00101110
Octal 56 7 56
Decimal 46 7 46
Hex 2E 7 2E

RGB Percentages of Color #2e072e

%46.46
%7.07
%46.46

CMYK Percentages of Color #2e072e

%0
%85
%0
%82

Triadic Colors of #2e072e

#2e072e #2e2e07 #072e2e

Analogous Colors of #2e072e

#2e072e #2e071b #1b072e

Monochromatic Colors of #2e072e

#2e072e

Complementary Color

#2e072e #072e07

#2e072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e072e Color CSS Codes

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

#2e072e Text Font Color

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

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


#2e072e Background Color

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

This div background color is #2e072e


#2e072e Border Color

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

This div border color is #2e072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e072e


Comments

No comments written yet.

Please login to write comment.