Color Hex Logo

#681246 Color Hex

#681246
(104,18,70)
0 Favorites   0 Comments

Color spaces of #681246

RGB 1041870
HSL0.900.700.24
HSV324°83°41°
CMYK 0.000.830.33   0.59
XYZ7.03073.81796.1607
Yxy3.81790.41330.2245
Hunter Lab19.539430.0340-5.0163
CIE-Lab23.060141.5269-9.4360

#681246 color RGB value is (104,18,70).

#681246 hex color red value is 104, green value is 18 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #681246 hue: 0.90 , saturation: 0.70 and the lightness value of 681246 is 0.24.

The process color (four color CMYK) of #681246 color hex is 0.00, 0.83, 0.33, 0.59. Web safe color of #681246 is #660033. Color #681246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010010 01000110
Octal 150 22 106
Decimal 104 18 70
Hex 68 12 46

RGB Percentages of Color #681246

%54.17
%9.38
%36.46

CMYK Percentages of Color #681246

%0
%83
%33
%59

Triadic Colors of #681246

#681246 #466812 #124668

Analogous Colors of #681246

#681246 #68121b #5f1268

Monochromatic Colors of #681246

#681246

Complementary Color

#681246 #126834

#681246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681246 Color CSS Codes

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

#681246 Text Font Color

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

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


#681246 Background Color

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

This div background color is #681246


#681246 Border Color

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

This div border color is #681246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681246


Comments

No comments written yet.

Please login to write comment.