Color Hex Logo

#2e132a Color Hex

#2E132A
(46,19,42)
0 Favorites   0 Comments

Color spaces of #2e132a

RGB 461942
HSL0.860.420.13
HSV309°59°18°
CMYK 0.000.590.09   0.82
XYZ1.77751.21382.3311
Yxy1.21380.33400.2281
Hunter Lab11.01739.5186-4.8329
CIE-Lab10.658817.8086-9.5712

#2e132a color RGB value is (46,19,42).

#2e132a hex color red value is 46, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #2e132a hue: 0.86 , saturation: 0.42 and the lightness value of 2e132a is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010011 00101010
Octal 56 23 52
Decimal 46 19 42
Hex 2E 13 2A

RGB Percentages of Color #2e132a

%42.99
%17.76
%39.25

CMYK Percentages of Color #2e132a

%0
%59
%9
%82

Triadic Colors of #2e132a

#2e132a #2a2e13 #132a2e

Analogous Colors of #2e132a

#2e132a #2e131d #25132e

Monochromatic Colors of #2e132a

#2e132a

Complementary Color

#2e132a #132e17

#2e132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e132a Color CSS Codes

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

#2e132a Text Font Color

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

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


#2e132a Background Color

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

This div background color is #2e132a


#2e132a Border Color

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

This div border color is #2e132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e132a


Comments

No comments written yet.

Please login to write comment.