Color Hex Logo

#680841 Color Hex

#680841
(104,8,65)
0 Favorites   0 Comments

Color spaces of #680841

RGB 104865
HSL0.900.860.22
HSV324°92°41°
CMYK 0.000.920.38   0.59
XYZ6.74993.49845.3205
Yxy3.49840.43360.2247
Hunter Lab18.704031.6850-3.7727
CIE-Lab21.938643.5285-7.7072

#680841 color RGB value is (104,8,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001000 01000001
Octal 150 10 101
Decimal 104 8 65
Hex 68 8 41

RGB Percentages of Color #680841

%58.76
%4.52
%36.72

CMYK Percentages of Color #680841

%0
%92
%38
%59

Triadic Colors of #680841

#680841 #416808 #084168

Analogous Colors of #680841

#680841 #680811 #5f0868

Monochromatic Colors of #680841

#680841

Complementary Color

#680841 #08682f

#680841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680841 Color CSS Codes

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

#680841 Text Font Color

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

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


#680841 Background Color

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

This div background color is #680841


#680841 Border Color

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

This div border color is #680841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680841


Comments

No comments written yet.

Please login to write comment.