Color Hex Logo

#2e170e Color Hex

#2E170E
(46,23,14)
0 Favorites   0 Comments

Color spaces of #2e170e

RGB 462314
HSL0.050.530.12
HSV17°70°18°
CMYK 0.000.500.70   0.82
XYZ1.51241.22530.5723
Yxy1.22530.45690.3702
Hunter Lab11.06935.01714.6832
CIE-Lab10.742710.490710.3361

#2e170e color RGB value is (46,23,14).

#2e170e hex color red value is 46, green value is 23 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #2e170e hue: 0.05 , saturation: 0.53 and the lightness value of 2e170e is 0.12.

The process color (four color CMYK) of #2e170e color hex is 0.00, 0.50, 0.70, 0.82. Web safe color of #2e170e is #330000. Color #2e170e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010111 00001110
Octal 56 27 16
Decimal 46 23 14
Hex 2E 17 E

RGB Percentages of Color #2e170e

%55.42
%27.71
%16.87

CMYK Percentages of Color #2e170e

%0
%50
%70
%82

Triadic Colors of #2e170e

#2e170e #0e2e17 #170e2e

Analogous Colors of #2e170e

#2e170e #2e270e #2e0e15

Monochromatic Colors of #2e170e

#2e170e

Complementary Color

#2e170e #0e252e

#2e170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e170e Color CSS Codes

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

#2e170e Text Font Color

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

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


#2e170e Background Color

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

This div background color is #2e170e


#2e170e Border Color

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

This div border color is #2e170e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e170e


Comments

No comments written yet.

Please login to write comment.