Color Hex Logo

#6e00ad Color Hex

#6E00AD
(110,0,173)
0 Favorites   0 Comments

Color spaces of #6e00ad

RGB 1100173
HSL0.771.000.34
HSV278°100°68°
CMYK 0.361.000.00   0.32
XYZ13.97326.332140.0209
Yxy6.33210.23160.1050
Hunter Lab25.163755.0833-76.6817
CIE-Lab30.235364.5995-63.5485

#6e00ad color RGB value is (110,0,173).

#6e00ad hex color red value is 110, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6e00ad hue: 0.77 , saturation: 1.00 and the lightness value of 6e00ad is 0.34.

The process color (four color CMYK) of #6e00ad color hex is 0.36, 1.00, 0.00, 0.32. Web safe color of #6e00ad is #660099. Color #6e00ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00000000 10101101
Octal 156 0 255
Decimal 110 0 173
Hex 6E 0 AD

RGB Percentages of Color #6e00ad

%38.87
%0.00
%61.13

CMYK Percentages of Color #6e00ad

%36
%100
%0
%32

Triadic Colors of #6e00ad

#6e00ad #ad6e00 #00ad6e

Analogous Colors of #6e00ad

#6e00ad #ad0096 #1700ad

Monochromatic Colors of #6e00ad

#6e00ad

Complementary Color

#6e00ad #3fad00

#6e00ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e00ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e00ad Color CSS Codes

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

#6e00ad Text Font Color

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

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


#6e00ad Background Color

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

This div background color is #6e00ad


#6e00ad Border Color

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

This div border color is #6e00ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e00ad

#6e00ad Color Palettes


Comments

No comments written yet.

Please login to write comment.