Color Hex Logo

#685fec Color Hex

#685FEC
(104,95,236)
0 Favorites   0 Comments

Color spaces of #685fec

RGB 10495236
HSL0.680.790.65
HSV244°60°93°
CMYK 0.560.600.00   0.07
XYZ24.941517.183681.3591
Yxy17.18360.20200.1392
Hunter Lab41.453134.8569-87.3500
CIE-Lab48.490542.1326-70.2963

#685fec color RGB value is (104,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 11101100
Octal 150 137 354
Decimal 104 95 236
Hex 68 5F EC

RGB Percentages of Color #685fec

%23.91
%21.84
%54.25

CMYK Percentages of Color #685fec

%56
%60
%0
%7

Triadic Colors of #685fec

#685fec #ec685f #5fec68

Analogous Colors of #685fec

#685fec #af5fec #5f9dec

Monochromatic Colors of #685fec

#685fec

Complementary Color

#685fec #e3ec5f

#685fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#685fec Color CSS Codes

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

#685fec Text Font Color

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

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


#685fec Background Color

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

This div background color is #685fec


#685fec Border Color

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

This div border color is #685fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685fec


Comments

No comments written yet.

Please login to write comment.