Color Hex Logo

#683144 Color Hex

#683144
(104,49,68)
0 Favorites   0 Comments

Color spaces of #683144

RGB 1044968
HSL0.940.360.30
HSV339°53°41°
CMYK 0.000.530.35   0.59
XYZ7.85065.55706.1277
Yxy5.55700.40190.2845
Hunter Lab23.573318.19251.0893
CIE-Lab28.266126.9478-0.3227

#683144 color RGB value is (104,49,68).

#683144 hex color red value is 104, green value is 49 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #683144 hue: 0.94 , saturation: 0.36 and the lightness value of 683144 is 0.30.

The process color (four color CMYK) of #683144 color hex is 0.00, 0.53, 0.35, 0.59. Web safe color of #683144 is #663333. Color #683144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110001 01000100
Octal 150 61 104
Decimal 104 49 68
Hex 68 31 44

RGB Percentages of Color #683144

%47.06
%22.17
%30.77

CMYK Percentages of Color #683144

%0
%53
%35
%59

Triadic Colors of #683144

#683144 #446831 #314468

Analogous Colors of #683144

#683144 #683a31 #683160

Monochromatic Colors of #683144

#683144

Complementary Color

#683144 #316855

#683144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683144 Color CSS Codes

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

#683144 Text Font Color

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

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


#683144 Background Color

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

This div background color is #683144


#683144 Border Color

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

This div border color is #683144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683144


Comments

No comments written yet.

Please login to write comment.