Color Hex Logo

#684189 Color Hex

#684189
(104,65,137)
0 Favorites   0 Comments

Color spaces of #684189

RGB 10465137
HSL0.760.360.40
HSV273°53°54°
CMYK 0.240.530.00   0.46
XYZ12.11468.529824.6748
Yxy8.52980.26730.1882
Hunter Lab29.205822.9318-29.6476
CIE-Lab35.062831.5306-33.8956

#684189 color RGB value is (104,65,137).

#684189 hex color red value is 104, green value is 65 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #684189 hue: 0.76 , saturation: 0.36 and the lightness value of 684189 is 0.40.

The process color (four color CMYK) of #684189 color hex is 0.24, 0.53, 0.00, 0.46. Web safe color of #684189 is #663399. Color #684189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000001 10001001
Octal 150 101 211
Decimal 104 65 137
Hex 68 41 89

RGB Percentages of Color #684189

%33.99
%21.24
%44.77

CMYK Percentages of Color #684189

%24
%53
%0
%46

Triadic Colors of #684189

#684189 #896841 #418968

Analogous Colors of #684189

#684189 #894186 #444189

Monochromatic Colors of #684189

#684189

Complementary Color

#684189 #628941

#684189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684189 Color CSS Codes

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

#684189 Text Font Color

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

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


#684189 Background Color

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

This div background color is #684189


#684189 Border Color

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

This div border color is #684189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684189


Comments

No comments written yet.

Please login to write comment.