Color Hex Logo

#680aa1 Color Hex

#680AA1
(104,10,161)
0 Favorites   0 Comments

Color spaces of #680aa1

RGB 10410161
HSL0.770.880.34
HSV277°94°63°
CMYK 0.350.940.00   0.37
XYZ12.25055.733334.1792
Yxy5.73330.23490.1099
Hunter Lab23.944349.4225-67.8722
CIE-Lab28.729459.7671-58.8047

#680aa1 color RGB value is (104,10,161).

#680aa1 hex color red value is 104, green value is 10 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #680aa1 hue: 0.77 , saturation: 0.88 and the lightness value of 680aa1 is 0.34.

The process color (four color CMYK) of #680aa1 color hex is 0.35, 0.94, 0.00, 0.37. Web safe color of #680aa1 is #660099. Color #680aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 10100001
Octal 150 12 241
Decimal 104 10 161
Hex 68 A A1

RGB Percentages of Color #680aa1

%37.82
%3.64
%58.55

CMYK Percentages of Color #680aa1

%35
%94
%0
%37

Triadic Colors of #680aa1

#680aa1 #a1680a #0aa168

Analogous Colors of #680aa1

#680aa1 #a10a8f #1c0aa1

Monochromatic Colors of #680aa1

#680aa1

Complementary Color

#680aa1 #43a10a

#680aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680aa1 Color CSS Codes

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

#680aa1 Text Font Color

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

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


#680aa1 Background Color

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

This div background color is #680aa1


#680aa1 Border Color

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

This div border color is #680aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680aa1


Comments

No comments written yet.

Please login to write comment.