Color Hex Logo

#688cfb Color Hex

#688CFB
(104,140,251)
0 Favorites   0 Comments

Color spaces of #688cfb

RGB 104140251
HSL0.630.950.70
HSV225°59°98°
CMYK 0.590.440.00   0.02
XYZ32.499628.664395.0866
Yxy28.66430.20800.1835
Hunter Lab53.539114.6608-67.8231
CIE-Lab60.484219.9630-59.2992

#688cfb color RGB value is (104,140,251).

#688cfb hex color red value is 104, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #688cfb hue: 0.63 , saturation: 0.95 and the lightness value of 688cfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 11111011
Octal 150 214 373
Decimal 104 140 251
Hex 68 8C FB

RGB Percentages of Color #688cfb

%21.01
%28.28
%50.71

CMYK Percentages of Color #688cfb

%59
%44
%0
%2

Triadic Colors of #688cfb

#688cfb #fb688c #8cfb68

Analogous Colors of #688cfb

#688cfb #8e68fb #68d6fb

Monochromatic Colors of #688cfb

#688cfb

Complementary Color

#688cfb #fbd768

#688cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#688cfb Color CSS Codes

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

#688cfb Text Font Color

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

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


#688cfb Background Color

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

This div background color is #688cfb


#688cfb Border Color

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

This div border color is #688cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688cfb


Comments

No comments written yet.

Please login to write comment.