Color Hex Logo

#681131 Color Hex

#681131
(104,17,49)
0 Favorites   0 Comments

Color spaces of #681131

RGB 1041749
HSL0.940.720.24
HSV338°84°41°
CMYK 0.000.840.53   0.59
XYZ6.46373.56573.2533
Yxy3.56570.48660.2684
Hunter Lab18.883128.05553.0033
CIE-Lab22.180339.51773.7673

#681131 color RGB value is (104,17,49).

#681131 hex color red value is 104, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #681131 hue: 0.94 , saturation: 0.72 and the lightness value of 681131 is 0.24.

The process color (four color CMYK) of #681131 color hex is 0.00, 0.84, 0.53, 0.59. Web safe color of #681131 is #660033. Color #681131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 00110001
Octal 150 21 61
Decimal 104 17 49
Hex 68 11 31

RGB Percentages of Color #681131

%61.18
%10.00
%28.82

CMYK Percentages of Color #681131

%0
%84
%53
%59

Triadic Colors of #681131

#681131 #316811 #113168

Analogous Colors of #681131

#681131 #681d11 #68115c

Monochromatic Colors of #681131

#681131

Complementary Color

#681131 #116848

#681131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681131 Color CSS Codes

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

#681131 Text Font Color

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

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


#681131 Background Color

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

This div background color is #681131


#681131 Border Color

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

This div border color is #681131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681131


Comments

No comments written yet.

Please login to write comment.