Color Hex Logo

#688cdf Color Hex

#688CDF
(104,140,223)
0 Favorites   0 Comments

Color spaces of #688cdf

RGB 104140223
HSL0.620.650.64
HSV222°53°87°
CMYK 0.530.370.00   0.13
XYZ28.406327.026973.5316
Yxy27.02690.22030.2096
Hunter Lab51.98746.5558-47.4693
CIE-Lab58.999211.0216-46.1604

#688cdf color RGB value is (104,140,223).

#688cdf hex color red value is 104, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #688cdf hue: 0.62 , saturation: 0.65 and the lightness value of 688cdf is 0.64.

The process color (four color CMYK) of #688cdf color hex is 0.53, 0.37, 0.00, 0.13. Web safe color of #688cdf is #6699cc. Color #688cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001100 11011111
Octal 150 214 337
Decimal 104 140 223
Hex 68 8C DF

RGB Percentages of Color #688cdf

%22.27
%29.98
%47.75

CMYK Percentages of Color #688cdf

%53
%37
%0
%13

Triadic Colors of #688cdf

#688cdf #df688c #8cdf68

Analogous Colors of #688cdf

#688cdf #8068df #68c8df

Monochromatic Colors of #688cdf

#688cdf

Complementary Color

#688cdf #dfbb68

#688cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#688cdf Color CSS Codes

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

#688cdf Text Font Color

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

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


#688cdf Background Color

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

This div background color is #688cdf


#688cdf Border Color

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

This div border color is #688cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688cdf


Comments

No comments written yet.

Please login to write comment.