Color Hex Logo

#685dee Color Hex

#685DEE
(104,93,238)
0 Favorites   0 Comments

Color spaces of #685dee

RGB 10493238
HSL0.680.810.65
HSV245°61°93°
CMYK 0.560.610.00   0.07
XYZ25.055916.944882.8390
Yxy16.94480.20070.1357
Hunter Lab41.164136.6130-90.5010
CIE-Lab48.190443.9150-71.9076

#685dee color RGB value is (104,93,238).

#685dee hex color red value is 104, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #685dee hue: 0.68 , saturation: 0.81 and the lightness value of 685dee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011101 11101110
Octal 150 135 356
Decimal 104 93 238
Hex 68 5D EE

RGB Percentages of Color #685dee

%23.91
%21.38
%54.71

CMYK Percentages of Color #685dee

%56
%61
%0
%7

Triadic Colors of #685dee

#685dee #ee685d #5dee68

Analogous Colors of #685dee

#685dee #b15dee #5d9bee

Monochromatic Colors of #685dee

#685dee

Complementary Color

#685dee #e3ee5d

#685dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#685dee Color CSS Codes

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

#685dee Text Font Color

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

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


#685dee Background Color

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

This div background color is #685dee


#685dee Border Color

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

This div border color is #685dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685dee


Comments

No comments written yet.

Please login to write comment.