Color Hex Logo

#685ff4 Color Hex

#685FF4
(104,95,244)
0 Favorites   0 Comments

Color spaces of #685ff4

RGB 10495244
HSL0.680.870.66
HSV244°61°96°
CMYK 0.570.610.00   0.04
XYZ26.130317.659187.6193
Yxy17.65910.19880.1344
Hunter Lab42.022737.4539-94.2064
CIE-Lab49.080044.5990-73.8204

#685ff4 color RGB value is (104,95,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 11110100
Octal 150 137 364
Decimal 104 95 244
Hex 68 5F F4

RGB Percentages of Color #685ff4

%23.48
%21.44
%55.08

CMYK Percentages of Color #685ff4

%57
%61
%0
%4

Triadic Colors of #685ff4

#685ff4 #f4685f #5ff468

Analogous Colors of #685ff4

#685ff4 #b35ff4 #5fa1f4

Monochromatic Colors of #685ff4

#685ff4

Complementary Color

#685ff4 #ebf45f

#685ff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685ff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685ff4 Color CSS Codes

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

#685ff4 Text Font Color

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

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


#685ff4 Background Color

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

This div background color is #685ff4


#685ff4 Border Color

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

This div border color is #685ff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685ff4


Comments

No comments written yet.

Please login to write comment.