Color Hex Logo

#684dac Color Hex

#684DAC
(104,77,172)
0 Favorites   0 Comments

Color spaces of #684dac

RGB 10477172
HSL0.710.380.49
HSV257°55°67°
CMYK 0.400.550.00   0.33
XYZ15.809211.229440.3640
Yxy11.22940.23450.1666
Hunter Lab33.510325.5682-47.9591
CIE-Lab39.964233.7505-47.1829

#684dac color RGB value is (104,77,172).

#684dac hex color red value is 104, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #684dac hue: 0.71 , saturation: 0.38 and the lightness value of 684dac is 0.49.

The process color (four color CMYK) of #684dac color hex is 0.40, 0.55, 0.00, 0.33. Web safe color of #684dac is #666699. Color #684dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 10101100
Octal 150 115 254
Decimal 104 77 172
Hex 68 4D AC

RGB Percentages of Color #684dac

%29.46
%21.81
%48.73

CMYK Percentages of Color #684dac

%40
%55
%0
%33

Triadic Colors of #684dac

#684dac #ac684d #4dac68

Analogous Colors of #684dac

#684dac #984dac #4d62ac

Monochromatic Colors of #684dac

#684dac

Complementary Color

#684dac #91ac4d

#684dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#684dac Color CSS Codes

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

#684dac Text Font Color

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

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


#684dac Background Color

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

This div background color is #684dac


#684dac Border Color

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

This div border color is #684dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,77,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684dac;
  -webkit-box-shadow: 1px 1px 3px 2px #684dac;
  box-shadow:         1px 1px 3px 2px #684dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684dac


Comments

No comments written yet.

Please login to write comment.