Color Hex Logo

#6801ad Color Hex

#6801AD
(104,1,173)
0 Favorites   0 Comments

Color spaces of #6801ad

RGB 1041173
HSL0.770.990.34
HSV276°99°68°
CMYK 0.400.990.00   0.32
XYZ13.26265.981939.9908
Yxy5.98190.22390.1010
Hunter Lab24.457953.9924-79.8237
CIE-Lab29.366863.7920-65.0101

#6801ad color RGB value is (104,1,173).

#6801ad hex color red value is 104, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6801ad hue: 0.77 , saturation: 0.99 and the lightness value of 6801ad is 0.34.

The process color (four color CMYK) of #6801ad color hex is 0.40, 0.99, 0.00, 0.32. Web safe color of #6801ad is #660099. Color #6801ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000001 10101101
Octal 150 1 255
Decimal 104 1 173
Hex 68 1 AD

RGB Percentages of Color #6801ad

%37.41
%0.36
%62.23

CMYK Percentages of Color #6801ad

%40
%99
%0
%32

Triadic Colors of #6801ad

#6801ad #ad6801 #01ad68

Analogous Colors of #6801ad

#6801ad #ad019c #1201ad

Monochromatic Colors of #6801ad

#6801ad

Complementary Color

#6801ad #46ad01

#6801ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6801ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6801ad Color CSS Codes

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

#6801ad Text Font Color

<p style="color:#6801ad">Text here</p>

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


#6801ad Background Color

<div style="background-color:#6801ad">
Div content here</div>

This div background color is #6801ad


#6801ad Border Color

<div style="border:3px solid #6801ad">
Div here</div>

This div border color is #6801ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,1,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6801ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6801ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6801ad;
  box-shadow:         1px 1px 3px 2px #6801ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,1,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 #6801ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6801ad


Comments

No comments written yet.

Please login to write comment.