Color Hex Logo

#684cec Color Hex

#684CEC
(104,76,236)
0 Favorites   0 Comments

Color spaces of #684cec

RGB 10476236
HSL0.700.810.61
HSV251°68°93°
CMYK 0.560.680.00   0.07
XYZ23.433714.168180.8565
Yxy14.16810.19780.1196
Hunter Lab37.640545.2570-101.0138
CIE-Lab44.473052.8643-76.8486

#684cec color RGB value is (104,76,236).

#684cec hex color red value is 104, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #684cec hue: 0.70 , saturation: 0.81 and the lightness value of 684cec is 0.61.

The process color (four color CMYK) of #684cec color hex is 0.56, 0.68, 0.00, 0.07. Web safe color of #684cec is #6633ff. Color #684cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001100 11101100
Octal 150 114 354
Decimal 104 76 236
Hex 68 4C EC

RGB Percentages of Color #684cec

%25.00
%18.27
%56.73

CMYK Percentages of Color #684cec

%56
%68
%0
%7

Triadic Colors of #684cec

#684cec #ec684c #4cec68

Analogous Colors of #684cec

#684cec #b84cec #4c80ec

Monochromatic Colors of #684cec

#684cec

Complementary Color

#684cec #d0ec4c

#684cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#684cec Color CSS Codes

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

#684cec Text Font Color

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

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


#684cec Background Color

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

This div background color is #684cec


#684cec Border Color

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

This div border color is #684cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684cec


Comments

No comments written yet.

Please login to write comment.