Color Hex Logo

#6e1a66 Color Hex

#6E1A66
(110,26,102)
0 Favorites   0 Comments

Color spaces of #6e1a66

RGB 11026102
HSL0.850.620.27
HSV306°76°43°
CMYK 0.000.760.07   0.57
XYZ9.19815.013113.0532
Yxy5.01310.33740.1839
Hunter Lab22.390034.1478-18.8927
CIE-Lab26.772145.1944-24.8714

#6e1a66 color RGB value is (110,26,102).

#6e1a66 hex color red value is 110, green value is 26 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #6e1a66 hue: 0.85 , saturation: 0.62 and the lightness value of 6e1a66 is 0.27.

The process color (four color CMYK) of #6e1a66 color hex is 0.00, 0.76, 0.07, 0.57. Web safe color of #6e1a66 is #663366. Color #6e1a66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00011010 01100110
Octal 156 32 146
Decimal 110 26 102
Hex 6E 1A 66

RGB Percentages of Color #6e1a66

%46.22
%10.92
%42.86

CMYK Percentages of Color #6e1a66

%0
%76
%7
%57

Triadic Colors of #6e1a66

#6e1a66 #666e1a #1a666e

Analogous Colors of #6e1a66

#6e1a66 #6e1a3c #4c1a6e

Monochromatic Colors of #6e1a66

#6e1a66

Complementary Color

#6e1a66 #1a6e22

#6e1a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e1a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e1a66 Color CSS Codes

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

#6e1a66 Text Font Color

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

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


#6e1a66 Background Color

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

This div background color is #6e1a66


#6e1a66 Border Color

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

This div border color is #6e1a66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e1a66


Comments

No comments written yet.

Please login to write comment.