Color Hex Logo

#686782 Color Hex

#686782
(104,103,130)
0 Favorites   0 Comments

Color spaces of #686782

RGB 104103130
HSL0.670.120.46
HSV242°21°51°
CMYK 0.200.210.00   0.49
XYZ14.588414.255323.1017
Yxy14.25530.28080.2744
Hunter Lab37.75622.8963-9.8482
CIE-Lab44.59696.5137-14.8092

#686782 color RGB value is (104,103,130).

#686782 hex color red value is 104, green value is 103 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #686782 hue: 0.67 , saturation: 0.12 and the lightness value of 686782 is 0.46.

The process color (four color CMYK) of #686782 color hex is 0.20, 0.21, 0.00, 0.49. Web safe color of #686782 is #666699. Color #686782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 10000010
Octal 150 147 202
Decimal 104 103 130
Hex 68 67 82

RGB Percentages of Color #686782

%30.86
%30.56
%38.58

CMYK Percentages of Color #686782

%20
%21
%0
%49

Triadic Colors of #686782

#686782 #826867 #678268

Analogous Colors of #686782

#686782 #766782 #677482

Monochromatic Colors of #686782

#686782

Complementary Color

#686782 #818267

#686782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686782 Color CSS Codes

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

#686782 Text Font Color

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

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


#686782 Background Color

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

This div background color is #686782


#686782 Border Color

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

This div border color is #686782


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,103,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 #686782">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686782


Comments

No comments written yet.

Please login to write comment.