Color Hex Logo

#681124 Color Hex

#681124
(104,17,36)
0 Favorites   0 Comments

Color spaces of #681124

RGB 1041736
HSL0.960.720.24
HSV347°84°41°
CMYK 0.000.840.65   0.59
XYZ6.22783.47132.0109
Yxy3.47130.53180.2964
Hunter Lab18.631427.06106.6428
CIE-Lab21.840438.469412.3764

#681124 color RGB value is (104,17,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 00100100
Octal 150 21 44
Decimal 104 17 36
Hex 68 11 24

RGB Percentages of Color #681124

%66.24
%10.83
%22.93

CMYK Percentages of Color #681124

%0
%84
%65
%59

Triadic Colors of #681124

#681124 #246811 #112468

Analogous Colors of #681124

#681124 #682a11 #68114f

Monochromatic Colors of #681124

#681124

Complementary Color

#681124 #116855

#681124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681124 Color CSS Codes

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

#681124 Text Font Color

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

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


#681124 Background Color

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

This div background color is #681124


#681124 Border Color

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

This div border color is #681124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681124


Comments

No comments written yet.

Please login to write comment.