Color Hex Logo

#6e123c Color Hex

#6E123C
(110,18,60)
0 Favorites   0 Comments

Color spaces of #6e123c

RGB 1101860
HSL0.920.720.25
HSV333°84°43°
CMYK 0.000.840.45   0.57
XYZ7.46234.07394.6680
Yxy4.07390.46050.2514
Hunter Lab20.183930.67240.4165
CIE-Lab23.914342.0548-1.1805

#6e123c color RGB value is (110,18,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010010 00111100
Octal 156 22 74
Decimal 110 18 60
Hex 6E 12 3C

RGB Percentages of Color #6e123c

%58.51
%9.57
%31.91

CMYK Percentages of Color #6e123c

%0
%84
%45
%57

Triadic Colors of #6e123c

#6e123c #3c6e12 #123c6e

Analogous Colors of #6e123c

#6e123c #6e1612 #6e126a

Monochromatic Colors of #6e123c

#6e123c

Complementary Color

#6e123c #126e44

#6e123c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e123c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e123c Color CSS Codes

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

#6e123c Text Font Color

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

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


#6e123c Background Color

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

This div background color is #6e123c


#6e123c Border Color

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

This div border color is #6e123c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,18,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 #6e123c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e123c


Comments

No comments written yet.

Please login to write comment.