Color Hex Logo

#680411 Color Hex

#680411
(104,4,17)
0 Favorites   0 Comments

Color spaces of #680411

RGB 104417
HSL0.980.930.21
HSV352°96°41°
CMYK 0.000.960.84   0.59
XYZ5.85353.07040.8144
Yxy3.07040.60110.3153
Hunter Lab17.522628.96449.5102
CIE-Lab20.323740.884923.3921

#680411 color RGB value is (104,4,17).

#680411 hex color red value is 104, green value is 4 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #680411 hue: 0.98 , saturation: 0.93 and the lightness value of 680411 is 0.21.

The process color (four color CMYK) of #680411 color hex is 0.00, 0.96, 0.84, 0.59. Web safe color of #680411 is #660000. Color #680411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000100 00010001
Octal 150 4 21
Decimal 104 4 17
Hex 68 4 11

RGB Percentages of Color #680411

%83.20
%3.20
%13.60

CMYK Percentages of Color #680411

%0
%96
%84
%59

Triadic Colors of #680411

#680411 #116804 #041168

Analogous Colors of #680411

#680411 #682904 #680443

Monochromatic Colors of #680411

#680411

Complementary Color

#680411 #04685b

#680411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680411 Color CSS Codes

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

#680411 Text Font Color

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

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


#680411 Background Color

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

This div background color is #680411


#680411 Border Color

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

This div border color is #680411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680411


Comments

No comments written yet.

Please login to write comment.