Color Hex Logo

#681047 Color Hex

#681047
(104,16,71)
0 Favorites   0 Comments

Color spaces of #681047

RGB 1041671
HSL0.900.730.24
HSV323°85°41°
CMYK 0.000.850.32   0.59
XYZ7.03153.76866.3180
Yxy3.76860.41080.2202
Hunter Lab19.412930.6816-5.7071
CIE-Lab22.891242.2627-10.3751

#681047 color RGB value is (104,16,71).

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

The process color (four color CMYK) of #681047 color hex is 0.00, 0.85, 0.32, 0.59. Web safe color of #681047 is #660033. Color #681047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010000 01000111
Octal 150 20 107
Decimal 104 16 71
Hex 68 10 47

RGB Percentages of Color #681047

%54.45
%8.38
%37.17

CMYK Percentages of Color #681047

%0
%85
%32
%59

Triadic Colors of #681047

#681047 #476810 #104768

Analogous Colors of #681047

#681047 #68101b #5d1068

Monochromatic Colors of #681047

#681047

Complementary Color

#681047 #106831

#681047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681047 Color CSS Codes

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

#681047 Text Font Color

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

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


#681047 Background Color

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

This div background color is #681047


#681047 Border Color

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

This div border color is #681047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681047


Comments

No comments written yet.

Please login to write comment.