Color Hex Logo

#684eac Color Hex

#684EAC
(104,78,172)
0 Favorites   0 Comments

Color spaces of #684eac

RGB 10478172
HSL0.710.380.49
HSV257°55°67°
CMYK 0.400.550.00   0.33
XYZ15.879711.370440.3875
Yxy11.37040.23480.1681
Hunter Lab33.720025.0506-47.4094
CIE-Lab40.197433.1532-46.8086

#684eac color RGB value is (104,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 10101100
Octal 150 116 254
Decimal 104 78 172
Hex 68 4E AC

RGB Percentages of Color #684eac

%29.38
%22.03
%48.59

CMYK Percentages of Color #684eac

%40
%55
%0
%33

Triadic Colors of #684eac

#684eac #ac684e #4eac68

Analogous Colors of #684eac

#684eac #974eac #4e63ac

Monochromatic Colors of #684eac

#684eac

Complementary Color

#684eac #92ac4e

#684eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#684eac Color CSS Codes

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

#684eac Text Font Color

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

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


#684eac Background Color

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

This div background color is #684eac


#684eac Border Color

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

This div border color is #684eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,78,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 #684eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684eac


Comments

No comments written yet.

Please login to write comment.