Color Hex Logo

#683950 Color Hex

#683950
(104,57,80)
0 Favorites   0 Comments

Color spaces of #683950

RGB 1045780
HSL0.920.290.32
HSV331°45°41°
CMYK 0.000.450.23   0.59
XYZ8.62006.44858.3798
Yxy6.44850.36760.2750
Hunter Lab25.393916.1528-1.7895
CIE-Lab30.516924.1391-4.8707

#683950 color RGB value is (104,57,80).

#683950 hex color red value is 104, green value is 57 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #683950 hue: 0.92 , saturation: 0.29 and the lightness value of 683950 is 0.32.

The process color (four color CMYK) of #683950 color hex is 0.00, 0.45, 0.23, 0.59. Web safe color of #683950 is #663366. Color #683950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111001 01010000
Octal 150 71 120
Decimal 104 57 80
Hex 68 39 50

RGB Percentages of Color #683950

%43.15
%23.65
%33.20

CMYK Percentages of Color #683950

%0
%45
%23
%59

Triadic Colors of #683950

#683950 #506839 #395068

Analogous Colors of #683950

#683950 #683a39 #683968

Monochromatic Colors of #683950

#683950

Complementary Color

#683950 #396851

#683950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683950 Color CSS Codes

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

#683950 Text Font Color

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

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


#683950 Background Color

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

This div background color is #683950


#683950 Border Color

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

This div border color is #683950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683950


Comments

No comments written yet.

Please login to write comment.