Color Hex Logo

#685ffa Color Hex

#685FFA
(104,95,250)
0 Favorites   0 Comments

Color spaces of #685ffa

RGB 10495250
HSL0.680.940.68
HSV243°62°98°
CMYK 0.580.620.00   0.02
XYZ27.056418.029692.4965
Yxy18.02960.19670.1310
Hunter Lab42.461339.4333-99.4328
CIE-Lab49.532046.4471-76.4306

#685ffa color RGB value is (104,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 11111010
Octal 150 137 372
Decimal 104 95 250
Hex 68 5F FA

RGB Percentages of Color #685ffa

%23.16
%21.16
%55.68

CMYK Percentages of Color #685ffa

%58
%62
%0
%2

Triadic Colors of #685ffa

#685ffa #fa685f #5ffa68

Analogous Colors of #685ffa

#685ffa #b65ffa #5fa4fa

Monochromatic Colors of #685ffa

#685ffa

Complementary Color

#685ffa #f1fa5f

#685ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#685ffa Color CSS Codes

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

#685ffa Text Font Color

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

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


#685ffa Background Color

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

This div background color is #685ffa


#685ffa Border Color

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

This div border color is #685ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.