Color Hex Logo

#684480 Color Hex

#684480
(104,68,128)
0 Favorites   0 Comments

Color spaces of #684480

RGB 10468128
HSL0.770.310.38
HSV276°47°50°
CMYK 0.190.470.00   0.50
XYZ11.67238.635821.4738
Yxy8.63580.27940.2067
Hunter Lab29.386719.4728-22.7543
CIE-Lab35.273427.5223-28.0136

#684480 color RGB value is (104,68,128).

#684480 hex color red value is 104, green value is 68 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #684480 hue: 0.77 , saturation: 0.31 and the lightness value of 684480 is 0.38.

The process color (four color CMYK) of #684480 color hex is 0.19, 0.47, 0.00, 0.50. Web safe color of #684480 is #663399. Color #684480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 10000000
Octal 150 104 200
Decimal 104 68 128
Hex 68 44 80

RGB Percentages of Color #684480

%34.67
%22.67
%42.67

CMYK Percentages of Color #684480

%19
%47
%0
%50

Triadic Colors of #684480

#684480 #806844 #448068

Analogous Colors of #684480

#684480 #80447a #4a4480

Monochromatic Colors of #684480

#684480

Complementary Color

#684480 #5c8044

#684480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684480 Color CSS Codes

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

#684480 Text Font Color

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

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


#684480 Background Color

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

This div background color is #684480


#684480 Border Color

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

This div border color is #684480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684480


Comments

No comments written yet.

Please login to write comment.