Color Hex Logo

#680683 Color Hex

#680683
(104,6,131)
0 Favorites   0 Comments

Color spaces of #680683

RGB 1046131
HSL0.800.910.27
HSV287°95°51°
CMYK 0.210.950.00   0.49
XYZ9.87084.712021.8620
Yxy4.71200.27080.1293
Hunter Lab21.707143.1811-44.5180
CIE-Lab25.898054.4270-44.8755

#680683 color RGB value is (104,6,131).

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

The process color (four color CMYK) of #680683 color hex is 0.21, 0.95, 0.00, 0.49. Web safe color of #680683 is #660099. Color #680683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 10000011
Octal 150 6 203
Decimal 104 6 131
Hex 68 6 83

RGB Percentages of Color #680683

%43.15
%2.49
%54.36

CMYK Percentages of Color #680683

%21
%95
%0
%49

Triadic Colors of #680683

#680683 #836806 #068368

Analogous Colors of #680683

#680683 #830660 #290683

Monochromatic Colors of #680683

#680683

Complementary Color

#680683 #218306

#680683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680683 Color CSS Codes

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

#680683 Text Font Color

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

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


#680683 Background Color

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

This div background color is #680683


#680683 Border Color

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

This div border color is #680683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680683


Comments

No comments written yet.

Please login to write comment.