Color Hex Logo

#685eda Color Hex

#685EDA
(104,94,218)
0 Favorites   0 Comments

Color spaces of #685eda

RGB 10494218
HSL0.680.630.61
HSV245°57°85°
CMYK 0.520.570.00   0.15
XYZ22.366516.010468.2411
Yxy16.01040.20980.1502
Hunter Lab40.013029.7553-73.1084
CIE-Lab46.988137.1899-62.5557

#685eda color RGB value is (104,94,218).

#685eda hex color red value is 104, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #685eda hue: 0.68 , saturation: 0.63 and the lightness value of 685eda is 0.61.

The process color (four color CMYK) of #685eda color hex is 0.52, 0.57, 0.00, 0.15. Web safe color of #685eda is #6666cc. Color #685eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011110 11011010
Octal 150 136 332
Decimal 104 94 218
Hex 68 5E DA

RGB Percentages of Color #685eda

%25.00
%22.60
%52.40

CMYK Percentages of Color #685eda

%52
%57
%0
%15

Triadic Colors of #685eda

#685eda #da685e #5eda68

Analogous Colors of #685eda

#685eda #a65eda #5e92da

Monochromatic Colors of #685eda

#685eda

Complementary Color

#685eda #d0da5e

#685eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#685eda Color CSS Codes

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

#685eda Text Font Color

<p style="color:#685eda">Text here</p>

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


#685eda Background Color

<div style="background-color:#685eda">
Div content here</div>

This div background color is #685eda


#685eda Border Color

<div style="border:3px solid #685eda">
Div here</div>

This div border color is #685eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,94,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685eda;
  -webkit-box-shadow: 1px 1px 3px 2px #685eda;
  box-shadow:         1px 1px 3px 2px #685eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685eda


Comments

No comments written yet.

Please login to write comment.