Color Hex Logo

#688ffd Color Hex

#688FFD
(104,143,253)
0 Favorites   0 Comments

Color spaces of #688ffd

RGB 104143253
HSL0.620.970.70
HSV224°59°99°
CMYK 0.590.430.00   0.01
XYZ33.261029.679896.9042
Yxy29.67980.20810.1857
Hunter Lab54.479213.6405-67.3260
CIE-Lab61.377018.8243-58.9704

#688ffd color RGB value is (104,143,253).

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

The process color (four color CMYK) of #688ffd color hex is 0.59, 0.43, 0.00, 0.01. Web safe color of #688ffd is #6699ff. Color #688ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001111 11111101
Octal 150 217 375
Decimal 104 143 253
Hex 68 8F FD

RGB Percentages of Color #688ffd

%20.80
%28.60
%50.60

CMYK Percentages of Color #688ffd

%59
%43
%0
%1

Triadic Colors of #688ffd

#688ffd #fd688f #8ffd68

Analogous Colors of #688ffd

#688ffd #8c68fd #68dafd

Monochromatic Colors of #688ffd

#688ffd

Complementary Color

#688ffd #fdd668

#688ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#688ffd Color CSS Codes

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

#688ffd Text Font Color

<p style="color:#688ffd">Text here</p>

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


#688ffd Background Color

<div style="background-color:#688ffd">
Div content here</div>

This div background color is #688ffd


#688ffd Border Color

<div style="border:3px solid #688ffd">
Div here</div>

This div border color is #688ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688ffd


Comments

No comments written yet.

Please login to write comment.