Color Hex Logo

#6e0550 Color Hex

#6E0550
(110,5,80)
0 Favorites   0 Comments

Color spaces of #6e0550

RGB 110580
HSL0.880.910.23
HSV317°95°43°
CMYK 0.000.950.27   0.57
XYZ7.93264.00277.9439
Yxy4.00270.39900.2014
Hunter Lab20.006735.7628-9.5370
CIE-Lab23.680447.4694-15.1564

#6e0550 color RGB value is (110,5,80).

#6e0550 hex color red value is 110, green value is 5 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #6e0550 hue: 0.88 , saturation: 0.91 and the lightness value of 6e0550 is 0.23.

The process color (four color CMYK) of #6e0550 color hex is 0.00, 0.95, 0.27, 0.57. Web safe color of #6e0550 is #660066. Color #6e0550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00000101 01010000
Octal 156 5 120
Decimal 110 5 80
Hex 6E 5 50

RGB Percentages of Color #6e0550

%56.41
%2.56
%41.03

CMYK Percentages of Color #6e0550

%0
%95
%27
%57

Triadic Colors of #6e0550

#6e0550 #506e05 #05506e

Analogous Colors of #6e0550

#6e0550 #6e051c #58056e

Monochromatic Colors of #6e0550

#6e0550

Complementary Color

#6e0550 #056e23

#6e0550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e0550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e0550 Color CSS Codes

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

#6e0550 Text Font Color

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

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


#6e0550 Background Color

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

This div background color is #6e0550


#6e0550 Border Color

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

This div border color is #6e0550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e0550


Comments

No comments written yet.

Please login to write comment.