Color Hex Logo

#681127 Color Hex

#681127
(104,17,39)
0 Favorites   0 Comments

Color spaces of #681127

RGB 1041739
HSL0.960.720.24
HSV345°84°41°
CMYK 0.000.840.63   0.59
XYZ6.27563.49042.2624
Yxy3.49040.52170.2902
Hunter Lab18.682627.26465.8980
CIE-Lab21.909638.685210.3779

#681127 color RGB value is (104,17,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 00100111
Octal 150 21 47
Decimal 104 17 39
Hex 68 11 27

RGB Percentages of Color #681127

%65.00
%10.63
%24.38

CMYK Percentages of Color #681127

%0
%84
%63
%59

Triadic Colors of #681127

#681127 #276811 #112768

Analogous Colors of #681127

#681127 #682711 #681153

Monochromatic Colors of #681127

#681127

Complementary Color

#681127 #116852

#681127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681127 Color CSS Codes

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

#681127 Text Font Color

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

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


#681127 Background Color

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

This div background color is #681127


#681127 Border Color

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

This div border color is #681127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681127


Comments

No comments written yet.

Please login to write comment.