Color Hex Logo

#6e152e Color Hex

#6E152E
(110,21,46)
0 Favorites   0 Comments

Color spaces of #6e152e

RGB 1102146
HSL0.950.680.26
HSV343°81°43°
CMYK 0.000.810.58   0.57
XYZ7.19174.04862.9872
Yxy4.04860.50550.2846
Hunter Lab20.121128.58755.2826
CIE-Lab23.831539.79198.3545

#6e152e color RGB value is (110,21,46).

#6e152e hex color red value is 110, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6e152e hue: 0.95 , saturation: 0.68 and the lightness value of 6e152e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010101 00101110
Octal 156 25 56
Decimal 110 21 46
Hex 6E 15 2E

RGB Percentages of Color #6e152e

%62.15
%11.86
%25.99

CMYK Percentages of Color #6e152e

%0
%81
%58
%57

Triadic Colors of #6e152e

#6e152e #2e6e15 #152e6e

Analogous Colors of #6e152e

#6e152e #6e2815 #6e155b

Monochromatic Colors of #6e152e

#6e152e

Complementary Color

#6e152e #156e55

#6e152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e152e Color CSS Codes

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

#6e152e Text Font Color

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

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


#6e152e Background Color

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

This div background color is #6e152e


#6e152e Border Color

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

This div border color is #6e152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e152e


Comments

No comments written yet.

Please login to write comment.