Color Hex Logo

#2e1505 Color Hex

#2E1505
(46,21,5)
0 Favorites   0 Comments

Color spaces of #2e1505

RGB 46215
HSL0.070.800.10
HSV23°89°18°
CMYK 0.000.540.89   0.82
XYZ1.42231.12810.2864
Yxy1.12810.50140.3977
Hunter Lab10.62125.31615.8361
CIE-Lab10.016011.074413.1725

#2e1505 color RGB value is (46,21,5).

#2e1505 hex color red value is 46, green value is 21 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #2e1505 hue: 0.07 , saturation: 0.80 and the lightness value of 2e1505 is 0.10.

The process color (four color CMYK) of #2e1505 color hex is 0.00, 0.54, 0.89, 0.82. Web safe color of #2e1505 is #330000. Color #2e1505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010101 00000101
Octal 56 25 5
Decimal 46 21 5
Hex 2E 15 5

RGB Percentages of Color #2e1505

%63.89
%29.17
%6.94

CMYK Percentages of Color #2e1505

%0
%54
%89
%82

Triadic Colors of #2e1505

#2e1505 #052e15 #15052e

Analogous Colors of #2e1505

#2e1505 #2e2a05 #2e0509

Monochromatic Colors of #2e1505

#2e1505

Complementary Color

#2e1505 #051e2e

#2e1505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1505 Color CSS Codes

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

#2e1505 Text Font Color

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

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


#2e1505 Background Color

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

This div background color is #2e1505


#2e1505 Border Color

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

This div border color is #2e1505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1505


Comments

No comments written yet.

Please login to write comment.