Color Hex Logo

#680676 Color Hex

#680676
(104,6,118)
0 Favorites   0 Comments

Color spaces of #680676

RGB 1046118
HSL0.810.900.24
HSV293°95°46°
CMYK 0.120.950.00   0.54
XYZ9.04414.381317.5085
Yxy4.38130.29240.1416
Hunter Lab20.931640.4960-34.9419
CIE-Lab24.893952.0013-38.2508

#680676 color RGB value is (104,6,118).

#680676 hex color red value is 104, green value is 6 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #680676 hue: 0.81 , saturation: 0.90 and the lightness value of 680676 is 0.24.

The process color (four color CMYK) of #680676 color hex is 0.12, 0.95, 0.00, 0.54. Web safe color of #680676 is #660066. Color #680676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 01110110
Octal 150 6 166
Decimal 104 6 118
Hex 68 6 76

RGB Percentages of Color #680676

%45.61
%2.63
%51.75

CMYK Percentages of Color #680676

%12
%95
%0
%54

Triadic Colors of #680676

#680676 #766806 #067668

Analogous Colors of #680676

#680676 #76064c #300676

Monochromatic Colors of #680676

#680676

Complementary Color

#680676 #147606

#680676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680676 Color CSS Codes

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

#680676 Text Font Color

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

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


#680676 Background Color

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

This div background color is #680676


#680676 Border Color

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

This div border color is #680676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680676


Comments

No comments written yet.

Please login to write comment.