Color Hex Logo

#684473 Color Hex

#684473
(104,68,115)
0 Favorites   0 Comments

Color spaces of #684473

RGB 10468115
HSL0.790.260.36
HSV286°41°45°
CMYK 0.100.410.00   0.55
XYZ10.87068.315117.2517
Yxy8.31510.29830.2282
Hunter Lab28.835916.8283-15.2864
CIE-Lab34.630724.4672-20.9290

#684473 color RGB value is (104,68,115).

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

The process color (four color CMYK) of #684473 color hex is 0.10, 0.41, 0.00, 0.55. Web safe color of #684473 is #663366. Color #684473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 01110011
Octal 150 104 163
Decimal 104 68 115
Hex 68 44 73

RGB Percentages of Color #684473

%36.24
%23.69
%40.07

CMYK Percentages of Color #684473

%10
%41
%0
%55

Triadic Colors of #684473

#684473 #736844 #447368

Analogous Colors of #684473

#684473 #734467 #504473

Monochromatic Colors of #684473

#684473

Complementary Color

#684473 #4f7344

#684473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684473 Color CSS Codes

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

#684473 Text Font Color

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

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


#684473 Background Color

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

This div background color is #684473


#684473 Border Color

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

This div border color is #684473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684473


Comments

No comments written yet.

Please login to write comment.