Color Hex Logo

#688bdc Color Hex

#688BDC
(104,139,220)
0 Favorites   0 Comments

Color spaces of #688bdc

RGB 104139220
HSL0.620.620.64
HSV222°53°86°
CMYK 0.530.370.00   0.14
XYZ27.859826.575671.3714
Yxy26.57560.22140.2112
Hunter Lab51.55156.2509-45.9990
CIE-Lab58.579410.6734-45.1487

#688bdc color RGB value is (104,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001011 11011100
Octal 150 213 334
Decimal 104 139 220
Hex 68 8B DC

RGB Percentages of Color #688bdc

%22.46
%30.02
%47.52

CMYK Percentages of Color #688bdc

%53
%37
%0
%14

Triadic Colors of #688bdc

#688bdc #dc688b #8bdc68

Analogous Colors of #688bdc

#688bdc #7f68dc #68c5dc

Monochromatic Colors of #688bdc

#688bdc

Complementary Color

#688bdc #dcb968

#688bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#688bdc Color CSS Codes

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

#688bdc Text Font Color

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

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


#688bdc Background Color

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

This div background color is #688bdc


#688bdc Border Color

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

This div border color is #688bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688bdc


Comments

No comments written yet.

Please login to write comment.