Color Hex Logo

#680aaa Color Hex

#680AAA
(104,10,170)
0 Favorites   0 Comments

Color spaces of #680aaa

RGB 10410170
HSL0.760.890.35
HSV275°94°67°
CMYK 0.390.940.00   0.33
XYZ13.07326.062438.5113
Yxy6.06240.22680.1052
Hunter Lab24.621951.6875-75.5004
CIE-Lab29.569461.6783-62.8723

#680aaa color RGB value is (104,10,170).

#680aaa hex color red value is 104, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #680aaa hue: 0.76 , saturation: 0.89 and the lightness value of 680aaa is 0.35.

The process color (four color CMYK) of #680aaa color hex is 0.39, 0.94, 0.00, 0.33. Web safe color of #680aaa is #660099. Color #680aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 10101010
Octal 150 12 252
Decimal 104 10 170
Hex 68 A AA

RGB Percentages of Color #680aaa

%36.62
%3.52
%59.86

CMYK Percentages of Color #680aaa

%39
%94
%0
%33

Triadic Colors of #680aaa

#680aaa #aa680a #0aaa68

Analogous Colors of #680aaa

#680aaa #aa0a9c #180aaa

Monochromatic Colors of #680aaa

#680aaa

Complementary Color

#680aaa #4caa0a

#680aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#680aaa Color CSS Codes

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

#680aaa Text Font Color

<p style="color:#680aaa">Text here</p>

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


#680aaa Background Color

<div style="background-color:#680aaa">
Div content here</div>

This div background color is #680aaa


#680aaa Border Color

<div style="border:3px solid #680aaa">
Div here</div>

This div border color is #680aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #680aaa;
  box-shadow:         1px 1px 3px 2px #680aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,10,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680aaa


Comments

No comments written yet.

Please login to write comment.