Color Hex Logo

#6e120f Color Hex

#6E120F
(110,18,15)
0 Favorites   0 Comments

Color spaces of #6e120f

RGB 1101815
HSL0.010.760.25
HSV86°43°
CMYK 0.000.840.86   0.57
XYZ6.73293.78210.8271
Yxy3.78210.59360.3335
Hunter Lab19.447627.764611.0918
CIE-Lab22.937639.048527.7172

#6e120f color RGB value is (110,18,15).

#6e120f hex color red value is 110, green value is 18 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #6e120f hue: 0.01 , saturation: 0.76 and the lightness value of 6e120f is 0.25.

The process color (four color CMYK) of #6e120f color hex is 0.00, 0.84, 0.86, 0.57. Web safe color of #6e120f is #660000. Color #6e120f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010010 00001111
Octal 156 22 17
Decimal 110 18 15
Hex 6E 12 F

RGB Percentages of Color #6e120f

%76.92
%12.59
%10.49

CMYK Percentages of Color #6e120f

%0
%84
%86
%57

Triadic Colors of #6e120f

#6e120f #0f6e12 #120f6e

Analogous Colors of #6e120f

#6e120f #6e420f #6e0f3c

Monochromatic Colors of #6e120f

#6e120f

Complementary Color

#6e120f #0f6b6e

#6e120f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e120f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e120f Color CSS Codes

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

#6e120f Text Font Color

<p style="color:#6e120f">Text here</p>

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


#6e120f Background Color

<div style="background-color:#6e120f">
Div content here</div>

This div background color is #6e120f


#6e120f Border Color

<div style="border:3px solid #6e120f">
Div here</div>

This div border color is #6e120f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,18,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e120f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e120f;
  -webkit-box-shadow: 1px 1px 3px 2px #6e120f;
  box-shadow:         1px 1px 3px 2px #6e120f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e120f


Comments

No comments written yet.

Please login to write comment.