Color Hex Logo

#683782 Color Hex

#683782
(104,55,130)
0 Favorites   0 Comments

Color spaces of #683782

RGB 10455130
HSL0.780.410.36
HSV279°58°51°
CMYK 0.200.580.00   0.49
XYZ11.10447.287121.9404
Yxy7.28710.27530.1807
Hunter Lab26.994626.1864-29.2928
CIE-Lab32.451835.5868-33.7157

#683782 color RGB value is (104,55,130).

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

The process color (four color CMYK) of #683782 color hex is 0.20, 0.58, 0.00, 0.49. Web safe color of #683782 is #663399. Color #683782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 10000010
Octal 150 67 202
Decimal 104 55 130
Hex 68 37 82

RGB Percentages of Color #683782

%35.99
%19.03
%44.98

CMYK Percentages of Color #683782

%20
%58
%0
%49

Triadic Colors of #683782

#683782 #826837 #378268

Analogous Colors of #683782

#683782 #823777 #423782

Monochromatic Colors of #683782

#683782

Complementary Color

#683782 #518237

#683782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683782 Color CSS Codes

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

#683782 Text Font Color

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

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


#683782 Background Color

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

This div background color is #683782


#683782 Border Color

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

This div border color is #683782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683782


Comments

No comments written yet.

Please login to write comment.