Color Hex Logo

#684ecf Color Hex

#684ECF
(104,78,207)
0 Favorites   0 Comments

Color spaces of #684ecf

RGB 10478207
HSL0.700.570.56
HSV252°62°81°
CMYK 0.500.620.00   0.19
XYZ19.695812.896860.4827
Yxy12.89680.21160.1386
Hunter Lab35.912135.0511-74.7169
CIE-Lab42.607343.2618-63.3599

#684ecf color RGB value is (104,78,207).

#684ecf hex color red value is 104, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #684ecf hue: 0.70 , saturation: 0.57 and the lightness value of 684ecf is 0.56.

The process color (four color CMYK) of #684ecf color hex is 0.50, 0.62, 0.00, 0.19. Web safe color of #684ecf is #6666cc. Color #684ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 11001111
Octal 150 116 317
Decimal 104 78 207
Hex 68 4E CF

RGB Percentages of Color #684ecf

%26.74
%20.05
%53.21

CMYK Percentages of Color #684ecf

%50
%62
%0
%19

Triadic Colors of #684ecf

#684ecf #cf684e #4ecf68

Analogous Colors of #684ecf

#684ecf #a94ecf #4e75cf

Monochromatic Colors of #684ecf

#684ecf

Complementary Color

#684ecf #b5cf4e

#684ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ecf Color CSS Codes

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

#684ecf Text Font Color

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

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


#684ecf Background Color

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

This div background color is #684ecf


#684ecf Border Color

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

This div border color is #684ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ecf


Comments

No comments written yet.

Please login to write comment.