Color Hex Logo

#687dfd Color Hex

#687DFD
(104,125,253)
0 Favorites   0 Comments

Color spaces of #687dfd

RGB 104125253
HSL0.640.970.70
HSV232°59°99°
CMYK 0.590.510.00   0.01
XYZ30.772224.702196.0746
Yxy24.70210.20310.1630
Hunter Lab49.701223.5401-79.8193
CIE-Lab56.784029.6045-66.3387

#687dfd color RGB value is (104,125,253).

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

The process color (four color CMYK) of #687dfd color hex is 0.59, 0.51, 0.00, 0.01. Web safe color of #687dfd is #6666ff. Color #687dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 11111101
Octal 150 175 375
Decimal 104 125 253
Hex 68 7D FD

RGB Percentages of Color #687dfd

%21.58
%25.93
%52.49

CMYK Percentages of Color #687dfd

%59
%51
%0
%1

Triadic Colors of #687dfd

#687dfd #fd687d #7dfd68

Analogous Colors of #687dfd

#687dfd #9e68fd #68c8fd

Monochromatic Colors of #687dfd

#687dfd

Complementary Color

#687dfd #fde868

#687dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dfd Color CSS Codes

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

#687dfd Text Font Color

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

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


#687dfd Background Color

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

This div background color is #687dfd


#687dfd Border Color

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

This div border color is #687dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.