Color Hex Logo

#680820 Color Hex

#680820
(104,8,32)
0 Favorites   0 Comments

Color spaces of #680820

RGB 104832
HSL0.960.860.22
HSV345°92°41°
CMYK 0.000.920.69   0.59
XYZ6.05653.22101.6690
Yxy3.22100.55330.2942
Hunter Lab17.947128.82977.0493
CIE-Lab20.908140.622513.9531

#680820 color RGB value is (104,8,32).

#680820 hex color red value is 104, green value is 8 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #680820 hue: 0.96 , saturation: 0.86 and the lightness value of 680820 is 0.22.

The process color (four color CMYK) of #680820 color hex is 0.00, 0.92, 0.69, 0.59. Web safe color of #680820 is #660033. Color #680820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001000 00100000
Octal 150 10 40
Decimal 104 8 32
Hex 68 8 20

RGB Percentages of Color #680820

%72.22
%5.56
%22.22

CMYK Percentages of Color #680820

%0
%92
%69
%59

Triadic Colors of #680820

#680820 #206808 #082068

Analogous Colors of #680820

#680820 #682008 #680850

Monochromatic Colors of #680820

#680820

Complementary Color

#680820 #086850

#680820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680820 Color CSS Codes

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

#680820 Text Font Color

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

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


#680820 Background Color

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

This div background color is #680820


#680820 Border Color

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

This div border color is #680820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680820


Comments

No comments written yet.

Please login to write comment.