Color Hex Logo

#680670 Color Hex

#680670
(104,6,112)
0 Favorites   0 Comments

Color spaces of #680670

RGB 1046112
HSL0.820.900.23
HSV295°95°44°
CMYK 0.070.950.00   0.56
XYZ8.69874.243215.6898
Yxy4.24320.30380.1482
Hunter Lab20.599039.3299-30.7405
CIE-Lab24.459750.9294-35.0953

#680670 color RGB value is (104,6,112).

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

The process color (four color CMYK) of #680670 color hex is 0.07, 0.95, 0.00, 0.56. Web safe color of #680670 is #660066. Color #680670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 01110000
Octal 150 6 160
Decimal 104 6 112
Hex 68 6 70

RGB Percentages of Color #680670

%46.85
%2.70
%50.45

CMYK Percentages of Color #680670

%7
%95
%0
%56

Triadic Colors of #680670

#680670 #706806 #067068

Analogous Colors of #680670

#680670 #700643 #330670

Monochromatic Colors of #680670

#680670

Complementary Color

#680670 #0e7006

#680670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680670 Color CSS Codes

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

#680670 Text Font Color

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

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


#680670 Background Color

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

This div background color is #680670


#680670 Border Color

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

This div border color is #680670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680670


Comments

No comments written yet.

Please login to write comment.