Color Hex Logo

#681143 Color Hex

#681143
(104,17,67)
0 Favorites   0 Comments

Color spaces of #681143

RGB 1041767
HSL0.900.720.24
HSV326°84°41°
CMYK 0.000.840.36   0.59
XYZ6.92253.74925.6690
Yxy3.74920.42360.2294
Hunter Lab19.362929.9313-3.8048
CIE-Lab22.824341.4606-7.7428

#681143 color RGB value is (104,17,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 01000011
Octal 150 21 103
Decimal 104 17 67
Hex 68 11 43

RGB Percentages of Color #681143

%55.32
%9.04
%35.64

CMYK Percentages of Color #681143

%0
%84
%36
%59

Triadic Colors of #681143

#681143 #436811 #114368

Analogous Colors of #681143

#681143 #681117 #621168

Monochromatic Colors of #681143

#681143

Complementary Color

#681143 #116836

#681143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681143 Color CSS Codes

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

#681143 Text Font Color

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

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


#681143 Background Color

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

This div background color is #681143


#681143 Border Color

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

This div border color is #681143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681143


Comments

No comments written yet.

Please login to write comment.