Color Hex Logo

#684490 Color Hex

#684490
(104,68,144)
0 Favorites   0 Comments

Color spaces of #684490

RGB 10468144
HSL0.750.360.42
HSV268°53°56°
CMYK 0.280.530.00   0.44
XYZ12.81019.090927.4651
Yxy9.09090.25950.1842
Hunter Lab30.151123.0736-32.9024
CIE-Lab36.158731.5327-36.4391

#684490 color RGB value is (104,68,144).

#684490 hex color red value is 104, green value is 68 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #684490 hue: 0.75 , saturation: 0.36 and the lightness value of 684490 is 0.42.

The process color (four color CMYK) of #684490 color hex is 0.28, 0.53, 0.00, 0.44. Web safe color of #684490 is #663399. Color #684490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 10010000
Octal 150 104 220
Decimal 104 68 144
Hex 68 44 90

RGB Percentages of Color #684490

%32.91
%21.52
%45.57

CMYK Percentages of Color #684490

%28
%53
%0
%44

Triadic Colors of #684490

#684490 #906844 #449068

Analogous Colors of #684490

#684490 #8e4490 #444690

Monochromatic Colors of #684490

#684490

Complementary Color

#684490 #6c9044

#684490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684490 Color CSS Codes

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

#684490 Text Font Color

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

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


#684490 Background Color

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

This div background color is #684490


#684490 Border Color

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

This div border color is #684490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684490


Comments

No comments written yet.

Please login to write comment.