Color Hex Logo

#684dde Color Hex

#684DDE
(104,77,222)
0 Favorites   0 Comments

Color spaces of #684dde

RGB 10477222
HSL0.700.690.59
HSV251°65°87°
CMYK 0.530.650.00   0.13
XYZ21.547613.524770.5821
Yxy13.52470.20390.1280
Hunter Lab36.775940.2280-88.0490
CIE-Lab43.543448.2235-70.4300

#684dde color RGB value is (104,77,222).

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

The process color (four color CMYK) of #684dde color hex is 0.53, 0.65, 0.00, 0.13. Web safe color of #684dde is #6666cc. Color #684dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 11011110
Octal 150 115 336
Decimal 104 77 222
Hex 68 4D DE

RGB Percentages of Color #684dde

%25.81
%19.11
%55.09

CMYK Percentages of Color #684dde

%53
%65
%0
%13

Triadic Colors of #684dde

#684dde #de684d #4dde68

Analogous Colors of #684dde

#684dde #b14dde #4d7bde

Monochromatic Colors of #684dde

#684dde

Complementary Color

#684dde #c3de4d

#684dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#684dde Color CSS Codes

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

#684dde Text Font Color

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

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


#684dde Background Color

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

This div background color is #684dde


#684dde Border Color

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

This div border color is #684dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684dde


Comments

No comments written yet.

Please login to write comment.