Color Hex Logo

#684072 Color Hex

#684072
(104,64,114)
0 Favorites   0 Comments

Color spaces of #684072

RGB 10464114
HSL0.800.280.35
HSV288°44°45°
CMYK 0.090.440.00   0.55
XYZ10.57967.824816.8723
Yxy7.82480.29990.2218
Hunter Lab27.972818.5579-16.1808
CIE-Lab33.615326.6585-21.8804

#684072 color RGB value is (104,64,114).

#684072 hex color red value is 104, green value is 64 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #684072 hue: 0.80 , saturation: 0.28 and the lightness value of 684072 is 0.35.

The process color (four color CMYK) of #684072 color hex is 0.09, 0.44, 0.00, 0.55. Web safe color of #684072 is #663366. Color #684072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000000 01110010
Octal 150 100 162
Decimal 104 64 114
Hex 68 40 72

RGB Percentages of Color #684072

%36.88
%22.70
%40.43

CMYK Percentages of Color #684072

%9
%44
%0
%55

Triadic Colors of #684072

#684072 #726840 #407268

Analogous Colors of #684072

#684072 #724063 #4f4072

Monochromatic Colors of #684072

#684072

Complementary Color

#684072 #4a7240

#684072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684072 Color CSS Codes

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

#684072 Text Font Color

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

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


#684072 Background Color

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

This div background color is #684072


#684072 Border Color

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

This div border color is #684072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684072


Comments

No comments written yet.

Please login to write comment.