Color Hex Logo

#685aef Color Hex

#685AEF
(104,90,239)
0 Favorites   0 Comments

Color spaces of #685aef

RGB 10490239
HSL0.680.820.65
HSV246°62°94°
CMYK 0.560.620.00   0.06
XYZ24.945116.487483.5290
Yxy16.48740.19960.1319
Hunter Lab40.604738.6016-93.5438
CIE-Lab47.607645.9540-73.4180

#685aef color RGB value is (104,90,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011010 11101111
Octal 150 132 357
Decimal 104 90 239
Hex 68 5A EF

RGB Percentages of Color #685aef

%24.02
%20.79
%55.20

CMYK Percentages of Color #685aef

%56
%62
%0
%6

Triadic Colors of #685aef

#685aef #ef685a #5aef68

Analogous Colors of #685aef

#685aef #b35aef #5a97ef

Monochromatic Colors of #685aef

#685aef

Complementary Color

#685aef #e1ef5a

#685aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#685aef Color CSS Codes

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

#685aef Text Font Color

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

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


#685aef Background Color

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

This div background color is #685aef


#685aef Border Color

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

This div border color is #685aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685aef


Comments

No comments written yet.

Please login to write comment.