Color Hex Logo

#680687 Color Hex

#680687
(104,6,135)
0 Favorites   0 Comments

Color spaces of #680687

RGB 1046135
HSL0.790.910.28
HSV286°96°53°
CMYK 0.230.960.00   0.47
XYZ10.14724.822623.3177
Yxy4.82260.26500.1260
Hunter Lab21.960444.0483-47.5822
CIE-Lab26.223355.1984-46.8584

#680687 color RGB value is (104,6,135).

#680687 hex color red value is 104, green value is 6 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #680687 hue: 0.79 , saturation: 0.91 and the lightness value of 680687 is 0.28.

The process color (four color CMYK) of #680687 color hex is 0.23, 0.96, 0.00, 0.47. Web safe color of #680687 is #660099. Color #680687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 10000111
Octal 150 6 207
Decimal 104 6 135
Hex 68 6 87

RGB Percentages of Color #680687

%42.45
%2.45
%55.10

CMYK Percentages of Color #680687

%23
%96
%0
%47

Triadic Colors of #680687

#680687 #876806 #068768

Analogous Colors of #680687

#680687 #870666 #280687

Monochromatic Colors of #680687

#680687

Complementary Color

#680687 #258706

#680687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680687 Color CSS Codes

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

#680687 Text Font Color

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

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


#680687 Background Color

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

This div background color is #680687


#680687 Border Color

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

This div border color is #680687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680687


Comments

No comments written yet.

Please login to write comment.