Color Hex Logo

#6e072f Color Hex

#6E072F
(110,7,47)
0 Favorites   0 Comments

Color spaces of #6e072f

RGB 110747
HSL0.940.880.23
HSV337°94°43°
CMYK 0.000.940.57   0.57
XYZ7.01953.67223.0282
Yxy3.67220.51160.2677
Hunter Lab19.163031.85024.0449
CIE-Lab22.556743.58495.8819

#6e072f color RGB value is (110,7,47).

#6e072f hex color red value is 110, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6e072f hue: 0.94 , saturation: 0.88 and the lightness value of 6e072f is 0.23.

The process color (four color CMYK) of #6e072f color hex is 0.00, 0.94, 0.57, 0.57. Web safe color of #6e072f is #660033. Color #6e072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00000111 00101111
Octal 156 7 57
Decimal 110 7 47
Hex 6E 7 2F

RGB Percentages of Color #6e072f

%67.07
%4.27
%28.66

CMYK Percentages of Color #6e072f

%0
%94
%57
%57

Triadic Colors of #6e072f

#6e072f #2f6e07 #072f6e

Analogous Colors of #6e072f

#6e072f #6e1307 #6e0763

Monochromatic Colors of #6e072f

#6e072f

Complementary Color

#6e072f #076e46

#6e072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e072f Color CSS Codes

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

#6e072f Text Font Color

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

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


#6e072f Background Color

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

This div background color is #6e072f


#6e072f Border Color

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

This div border color is #6e072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e072f


Comments

No comments written yet.

Please login to write comment.