Color Hex Logo

#680568 Color Hex

#680568
(104,5,104)
0 Favorites   0 Comments

Color spaces of #680568

RGB 1045104
HSL0.830.910.21
HSV300°95°41°
CMYK 0.000.950.00   0.59
XYZ8.26194.051113.4432
Yxy4.05110.32080.1573
Hunter Lab20.127338.0481-25.5111
CIE-Lab23.839749.7655-30.8998

#680568 color RGB value is (104,5,104).

#680568 hex color red value is 104, green value is 5 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #680568 hue: 0.83 , saturation: 0.91 and the lightness value of 680568 is 0.21.

The process color (four color CMYK) of #680568 color hex is 0.00, 0.95, 0.00, 0.59. Web safe color of #680568 is #660066. Color #680568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 01101000
Octal 150 5 150
Decimal 104 5 104
Hex 68 5 68

RGB Percentages of Color #680568

%48.83
%2.35
%48.83

CMYK Percentages of Color #680568

%0
%95
%0
%59

Triadic Colors of #680568

#680568 #686805 #056868

Analogous Colors of #680568

#680568 #680537 #370568

Monochromatic Colors of #680568

#680568

Complementary Color

#680568 #056805

#680568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680568 Color CSS Codes

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

#680568 Text Font Color

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

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


#680568 Background Color

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

This div background color is #680568


#680568 Border Color

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

This div border color is #680568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680568


Comments

No comments written yet.

Please login to write comment.