Color Hex Logo

#683984 Color Hex

#683984
(104,57,132)
0 Favorites   0 Comments

Color spaces of #683984

RGB 10457132
HSL0.770.400.37
HSV278°57°52°
CMYK 0.210.570.00   0.48
XYZ11.33697.535322.6867
Yxy7.53530.27280.1813
Hunter Lab27.450525.6811-29.7854
CIE-Lab32.995734.9363-34.0925

#683984 color RGB value is (104,57,132).

#683984 hex color red value is 104, green value is 57 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #683984 hue: 0.77 , saturation: 0.40 and the lightness value of 683984 is 0.37.

The process color (four color CMYK) of #683984 color hex is 0.21, 0.57, 0.00, 0.48. Web safe color of #683984 is #663399. Color #683984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111001 10000100
Octal 150 71 204
Decimal 104 57 132
Hex 68 39 84

RGB Percentages of Color #683984

%35.49
%19.45
%45.05

CMYK Percentages of Color #683984

%21
%57
%0
%48

Triadic Colors of #683984

#683984 #846839 #398468

Analogous Colors of #683984

#683984 #84397b #433984

Monochromatic Colors of #683984

#683984

Complementary Color

#683984 #558439

#683984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683984 Color CSS Codes

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

#683984 Text Font Color

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

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


#683984 Background Color

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

This div background color is #683984


#683984 Border Color

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

This div border color is #683984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683984


Comments

No comments written yet.

Please login to write comment.