Color Hex Logo

#681415 Color Hex

#681415
(104,20,21)
0 Favorites   0 Comments

Color spaces of #681415

RGB 1042021
HSL1.000.680.24
HSV359°81°41°
CMYK 0.000.810.80   0.59
XYZ6.09443.49751.0633
Yxy3.49750.57200.3282
Hunter Lab18.701625.44109.7201
CIE-Lab21.935336.610422.6565

#681415 color RGB value is (104,20,21).

#681415 hex color red value is 104, green value is 20 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #681415 hue: 1.00 , saturation: 0.68 and the lightness value of 681415 is 0.24.

The process color (four color CMYK) of #681415 color hex is 0.00, 0.81, 0.80, 0.59. Web safe color of #681415 is #660000. Color #681415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010100 00010101
Octal 150 24 25
Decimal 104 20 21
Hex 68 14 15

RGB Percentages of Color #681415

%71.72
%13.79
%14.48

CMYK Percentages of Color #681415

%0
%81
%80
%59

Triadic Colors of #681415

#681415 #156814 #141568

Analogous Colors of #681415

#681415 #683d14 #68143f

Monochromatic Colors of #681415

#681415

Complementary Color

#681415 #146867

#681415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681415 Color CSS Codes

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

#681415 Text Font Color

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

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


#681415 Background Color

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

This div background color is #681415


#681415 Border Color

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

This div border color is #681415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681415


Comments

No comments written yet.

Please login to write comment.