Color Hex Logo

#687dfa Color Hex

#687DFA
(104,125,250)
0 Favorites   0 Comments

Color spaces of #687dfa

RGB 104125250
HSL0.640.940.69
HSV231°58°98°
CMYK 0.580.500.00   0.02
XYZ30.297924.512493.5770
Yxy24.51240.20420.1652
Hunter Lab49.510022.5915-77.4048
CIE-Lab56.597228.6366-64.9839

#687dfa color RGB value is (104,125,250).

#687dfa hex color red value is 104, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #687dfa hue: 0.64 , saturation: 0.94 and the lightness value of 687dfa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 11111010
Octal 150 175 372
Decimal 104 125 250
Hex 68 7D FA

RGB Percentages of Color #687dfa

%21.71
%26.10
%52.19

CMYK Percentages of Color #687dfa

%58
%50
%0
%2

Triadic Colors of #687dfa

#687dfa #fa687d #7dfa68

Analogous Colors of #687dfa

#687dfa #9c68fa #68c6fa

Monochromatic Colors of #687dfa

#687dfa

Complementary Color

#687dfa #fae568

#687dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dfa Color CSS Codes

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

#687dfa Text Font Color

<p style="color:#687dfa">Text here</p>

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


#687dfa Background Color

<div style="background-color:#687dfa">
Div content here</div>

This div background color is #687dfa


#687dfa Border Color

<div style="border:3px solid #687dfa">
Div here</div>

This div border color is #687dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,125,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 #687dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.