Color Hex Logo

#683981 Color Hex

#683981
(104,57,129)
0 Favorites   0 Comments

Color spaces of #683981

RGB 10457129
HSL0.780.390.36
HSV279°56°51°
CMYK 0.190.560.00   0.49
XYZ11.13457.454321.6208
Yxy7.45430.27690.1854
Hunter Lab27.302625.0162-27.8397
CIE-Lab32.819534.2222-32.5095

#683981 color RGB value is (104,57,129).

#683981 hex color red value is 104, green value is 57 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #683981 hue: 0.78 , saturation: 0.39 and the lightness value of 683981 is 0.36.

The process color (four color CMYK) of #683981 color hex is 0.19, 0.56, 0.00, 0.49. Web safe color of #683981 is #663399. Color #683981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111001 10000001
Octal 150 71 201
Decimal 104 57 129
Hex 68 39 81

RGB Percentages of Color #683981

%35.86
%19.66
%44.48

CMYK Percentages of Color #683981

%19
%56
%0
%49

Triadic Colors of #683981

#683981 #816839 #398168

Analogous Colors of #683981

#683981 #813976 #443981

Monochromatic Colors of #683981

#683981

Complementary Color

#683981 #528139

#683981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683981 Color CSS Codes

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

#683981 Text Font Color

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

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


#683981 Background Color

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

This div background color is #683981


#683981 Border Color

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

This div border color is #683981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683981


Comments

No comments written yet.

Please login to write comment.