Color Hex Logo

#680264 Color Hex

#680264
(104,2,100)
0 Favorites   0 Comments

Color spaces of #680264

RGB 1042100
HSL0.840.960.21
HSV302°98°41°
CMYK 0.000.980.04   0.59
XYZ8.03093.906612.3874
Yxy3.90660.33020.1606
Hunter Lab19.765137.9386-23.3233
CIE-Lab23.360249.7482-29.0479

#680264 color RGB value is (104,2,100).

#680264 hex color red value is 104, green value is 2 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #680264 hue: 0.84 , saturation: 0.96 and the lightness value of 680264 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000010 01100100
Octal 150 2 144
Decimal 104 2 100
Hex 68 2 64

RGB Percentages of Color #680264

%50.49
%0.97
%48.54

CMYK Percentages of Color #680264

%0
%98
%4
%59

Triadic Colors of #680264

#680264 #646802 #026468

Analogous Colors of #680264

#680264 #680231 #390268

Monochromatic Colors of #680264

#680264

Complementary Color

#680264 #026806

#680264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680264 Color CSS Codes

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

#680264 Text Font Color

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

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


#680264 Background Color

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

This div background color is #680264


#680264 Border Color

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

This div border color is #680264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680264


Comments

No comments written yet.

Please login to write comment.