Color Hex Logo

#684ecd Color Hex

#684ECD
(104,78,205)
0 Favorites   0 Comments

Color spaces of #684ecd

RGB 10478205
HSL0.700.560.55
HSV252°62°80°
CMYK 0.490.620.00   0.20
XYZ19.452812.799659.2029
Yxy12.79960.21270.1400
Hunter Lab35.776534.4470-73.0694
CIE-Lab42.459742.6762-62.4465

#684ecd color RGB value is (104,78,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001110 11001101
Octal 150 116 315
Decimal 104 78 205
Hex 68 4E CD

RGB Percentages of Color #684ecd

%26.87
%20.16
%52.97

CMYK Percentages of Color #684ecd

%49
%62
%0
%20

Triadic Colors of #684ecd

#684ecd #cd684e #4ecd68

Analogous Colors of #684ecd

#684ecd #a84ecd #4e74cd

Monochromatic Colors of #684ecd

#684ecd

Complementary Color

#684ecd #b3cd4e

#684ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ecd Color CSS Codes

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

#684ecd Text Font Color

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

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


#684ecd Background Color

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

This div background color is #684ecd


#684ecd Border Color

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

This div border color is #684ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ecd


Comments

No comments written yet.

Please login to write comment.