Color Hex Logo

#684ded Color Hex

#684DED
(104,77,237)
0 Favorites   0 Comments

Color spaces of #684ded

RGB 10477237
HSL0.690.820.62
HSV250°68°93°
CMYK 0.560.680.00   0.07
XYZ23.648914.365281.6471
Yxy14.36520.19760.1200
Hunter Lab37.901545.0489-101.1912
CIE-Lab44.752252.6180-76.9557

#684ded color RGB value is (104,77,237).

#684ded hex color red value is 104, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #684ded hue: 0.69 , saturation: 0.82 and the lightness value of 684ded is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 11101101
Octal 150 115 355
Decimal 104 77 237
Hex 68 4D ED

RGB Percentages of Color #684ded

%24.88
%18.42
%56.70

CMYK Percentages of Color #684ded

%56
%68
%0
%7

Triadic Colors of #684ded

#684ded #ed684d #4ded68

Analogous Colors of #684ded

#684ded #b84ded #4d82ed

Monochromatic Colors of #684ded

#684ded

Complementary Color

#684ded #d2ed4d

#684ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ded Color CSS Codes

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

#684ded Text Font Color

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

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


#684ded Background Color

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

This div background color is #684ded


#684ded Border Color

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

This div border color is #684ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ded


Comments

No comments written yet.

Please login to write comment.