Color Hex Logo

#680aae Color Hex

#680AAE
(104,10,174)
0 Favorites   0 Comments

Color spaces of #680aae

RGB 10410174
HSL0.760.890.36
HSV274°94°68°
CMYK 0.400.940.00   0.32
XYZ13.45746.216140.5349
Yxy6.21610.22350.1032
Hunter Lab24.932152.7163-78.9419
CIE-Lab29.951262.5362-64.6490

#680aae color RGB value is (104,10,174).

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

The process color (four color CMYK) of #680aae color hex is 0.40, 0.94, 0.00, 0.32. Web safe color of #680aae is #660099. Color #680aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 10101110
Octal 150 12 256
Decimal 104 10 174
Hex 68 A AE

RGB Percentages of Color #680aae

%36.11
%3.47
%60.42

CMYK Percentages of Color #680aae

%40
%94
%0
%32

Triadic Colors of #680aae

#680aae #ae680a #0aae68

Analogous Colors of #680aae

#680aae #ae0aa2 #160aae

Monochromatic Colors of #680aae

#680aae

Complementary Color

#680aae #50ae0a

#680aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#680aae Color CSS Codes

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

#680aae Text Font Color

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

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


#680aae Background Color

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

This div background color is #680aae


#680aae Border Color

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

This div border color is #680aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680aae


Comments

No comments written yet.

Please login to write comment.