Color Hex Logo

#687efd Color Hex

#687EFD
(104,126,253)
0 Favorites   0 Comments

Color spaces of #687efd

RGB 104126253
HSL0.640.970.70
HSV231°59°99°
CMYK 0.590.500.00   0.01
XYZ30.899424.956696.1170
Yxy24.95660.20330.1642
Hunter Lab49.956622.9827-79.1050
CIE-Lab57.033129.0032-65.9374

#687efd color RGB value is (104,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111110 11111101
Octal 150 176 375
Decimal 104 126 253
Hex 68 7E FD

RGB Percentages of Color #687efd

%21.53
%26.09
%52.38

CMYK Percentages of Color #687efd

%59
%50
%0
%1

Triadic Colors of #687efd

#687efd #fd687e #7efd68

Analogous Colors of #687efd

#687efd #9d68fd #68c9fd

Monochromatic Colors of #687efd

#687efd

Complementary Color

#687efd #fde768

#687efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687efd Color CSS Codes

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

#687efd Text Font Color

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

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


#687efd Background Color

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

This div background color is #687efd


#687efd Border Color

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

This div border color is #687efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687efd


Comments

No comments written yet.

Please login to write comment.