Color Hex Logo

#6e134e Color Hex

#6E134E
(110,19,78)
0 Favorites   0 Comments

Color spaces of #6e134e

RGB 1101978
HSL0.890.710.25
HSV321°83°43°
CMYK 0.000.830.29   0.57
XYZ8.03844.33087.6200
Yxy4.33080.40210.2167
Hunter Lab20.810632.5298-7.1422
CIE-Lab24.736243.8855-12.1843

#6e134e color RGB value is (110,19,78).

#6e134e hex color red value is 110, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6e134e hue: 0.89 , saturation: 0.71 and the lightness value of 6e134e is 0.25.

The process color (four color CMYK) of #6e134e color hex is 0.00, 0.83, 0.29, 0.57. Web safe color of #6e134e is #660066. Color #6e134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00010011 01001110
Octal 156 23 116
Decimal 110 19 78
Hex 6E 13 4E

RGB Percentages of Color #6e134e

%53.14
%9.18
%37.68

CMYK Percentages of Color #6e134e

%0
%83
%29
%57

Triadic Colors of #6e134e

#6e134e #4e6e13 #134e6e

Analogous Colors of #6e134e

#6e134e #6e1321 #61136e

Monochromatic Colors of #6e134e

#6e134e

Complementary Color

#6e134e #136e33

#6e134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e134e Color CSS Codes

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

#6e134e Text Font Color

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

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


#6e134e Background Color

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

This div background color is #6e134e


#6e134e Border Color

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

This div border color is #6e134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e134e


Comments

No comments written yet.

Please login to write comment.