Color Hex Logo

#681901 Color Hex

#681901
(104,25,1)
0 Favorites   0 Comments

Color spaces of #681901

RGB 104251
HSL0.040.980.21
HSV14°99°41°
CMYK 0.000.760.99   0.59
XYZ6.06203.64050.4119
Yxy3.64050.59930.3599
Hunter Lab19.080123.321712.0761
CIE-Lab22.445534.056332.8075

#681901 color RGB value is (104,25,1).

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

The process color (four color CMYK) of #681901 color hex is 0.00, 0.76, 0.99, 0.59. Web safe color of #681901 is #660000. Color #681901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011001 00000001
Octal 150 31 1
Decimal 104 25 1
Hex 68 19 1

RGB Percentages of Color #681901

%80.00
%19.23
%0.77

CMYK Percentages of Color #681901

%0
%76
%99
%59

Triadic Colors of #681901

#681901 #016819 #190168

Analogous Colors of #681901

#681901 #684d01 #68011d

Monochromatic Colors of #681901

#681901

Complementary Color

#681901 #015068

#681901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681901 Color CSS Codes

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

#681901 Text Font Color

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

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


#681901 Background Color

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

This div background color is #681901


#681901 Border Color

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

This div border color is #681901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681901


Comments

No comments written yet.

Please login to write comment.