Color Hex Logo

#6805ad Color Hex

#6805AD
(104,5,173)
0 Favorites   0 Comments

Color spaces of #6805ad

RGB 1045173
HSL0.760.940.35
HSV275°97°68°
CMYK 0.400.970.00   0.32
XYZ13.30606.068740.0052
Yxy6.06870.22410.1022
Hunter Lab24.634753.3027-79.0388
CIE-Lab29.585163.1333-64.6508

#6805ad color RGB value is (104,5,173).

#6805ad hex color red value is 104, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6805ad hue: 0.76 , saturation: 0.94 and the lightness value of 6805ad is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 10101101
Octal 150 5 255
Decimal 104 5 173
Hex 68 5 AD

RGB Percentages of Color #6805ad

%36.88
%1.77
%61.35

CMYK Percentages of Color #6805ad

%40
%97
%0
%32

Triadic Colors of #6805ad

#6805ad #ad6805 #05ad68

Analogous Colors of #6805ad

#6805ad #ad059e #1405ad

Monochromatic Colors of #6805ad

#6805ad

Complementary Color

#6805ad #4aad05

#6805ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6805ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6805ad Color CSS Codes

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

#6805ad Text Font Color

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

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


#6805ad Background Color

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

This div background color is #6805ad


#6805ad Border Color

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

This div border color is #6805ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6805ad


Comments

No comments written yet.

Please login to write comment.