Color Hex Logo

#680a6e Color Hex

#680A6E
(104,10,110)
0 Favorites   0 Comments

Color spaces of #680a6e

RGB 10410110
HSL0.820.830.24
HSV296°91°43°
CMYK 0.050.910.00   0.57
XYZ8.63194.285915.1242
Yxy4.28590.30780.1528
Hunter Lab20.702438.1966-28.8228
CIE-Lab24.594949.7681-33.5867

#680a6e color RGB value is (104,10,110).

#680a6e hex color red value is 104, green value is 10 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #680a6e hue: 0.82 , saturation: 0.83 and the lightness value of 680a6e is 0.24.

The process color (four color CMYK) of #680a6e color hex is 0.05, 0.91, 0.00, 0.57. Web safe color of #680a6e is #660066. Color #680a6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001010 01101110
Octal 150 12 156
Decimal 104 10 110
Hex 68 A 6E

RGB Percentages of Color #680a6e

%46.43
%4.46
%49.11

CMYK Percentages of Color #680a6e

%5
%91
%0
%57

Triadic Colors of #680a6e

#680a6e #6e680a #0a6e68

Analogous Colors of #680a6e

#680a6e #6e0a42 #360a6e

Monochromatic Colors of #680a6e

#680a6e

Complementary Color

#680a6e #106e0a

#680a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#680a6e Color CSS Codes

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

#680a6e Text Font Color

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

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


#680a6e Background Color

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

This div background color is #680a6e


#680a6e Border Color

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

This div border color is #680a6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680a6e


Comments

No comments written yet.

Please login to write comment.