Color Hex Logo

#685ceb Color Hex

#685CEB
(104,92,235)
0 Favorites   0 Comments

Color spaces of #685ceb

RGB 10492235
HSL0.680.780.64
HSV245°61°92°
CMYK 0.560.610.00   0.08
XYZ24.531516.595580.5076
Yxy16.59550.20170.1364
Hunter Lab40.737636.1990-88.6555
CIE-Lab47.746343.5770-70.9442

#685ceb color RGB value is (104,92,235).

#685ceb hex color red value is 104, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #685ceb hue: 0.68 , saturation: 0.78 and the lightness value of 685ceb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011100 11101011
Octal 150 134 353
Decimal 104 92 235
Hex 68 5C EB

RGB Percentages of Color #685ceb

%24.13
%21.35
%54.52

CMYK Percentages of Color #685ceb

%56
%61
%0
%8

Triadic Colors of #685ceb

#685ceb #eb685c #5ceb68

Analogous Colors of #685ceb

#685ceb #b05ceb #5c98eb

Monochromatic Colors of #685ceb

#685ceb

Complementary Color

#685ceb #dfeb5c

#685ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#685ceb Color CSS Codes

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

#685ceb Text Font Color

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

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


#685ceb Background Color

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

This div background color is #685ceb


#685ceb Border Color

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

This div border color is #685ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685ceb


Comments

No comments written yet.

Please login to write comment.