Color Hex Logo

#6e143c Color Hex

#6E143C
(110,20,60)
0 Favorites   0 Comments

Color spaces of #6e143c

RGB 1102060
HSL0.930.690.25
HSV333°82°43°
CMYK 0.000.820.45   0.57
XYZ7.49624.14164.6793
Yxy4.14160.45940.2538
Hunter Lab20.350930.13580.6131
CIE-Lab24.134141.4308-0.8578

#6e143c color RGB value is (110,20,60).

#6e143c hex color red value is 110, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #6e143c hue: 0.93 , saturation: 0.69 and the lightness value of 6e143c is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010100 00111100
Octal 156 24 74
Decimal 110 20 60
Hex 6E 14 3C

RGB Percentages of Color #6e143c

%57.89
%10.53
%31.58

CMYK Percentages of Color #6e143c

%0
%82
%45
%57

Triadic Colors of #6e143c

#6e143c #3c6e14 #143c6e

Analogous Colors of #6e143c

#6e143c #6e1914 #6e1469

Monochromatic Colors of #6e143c

#6e143c

Complementary Color

#6e143c #146e46

#6e143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e143c Color CSS Codes

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

#6e143c Text Font Color

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

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


#6e143c Background Color

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

This div background color is #6e143c


#6e143c Border Color

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

This div border color is #6e143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e143c


Comments

No comments written yet.

Please login to write comment.