Color Hex Logo

#686bfa Color Hex

#686BFA
(104,107,250)
0 Favorites   0 Comments

Color spaces of #686bfa

RGB 104107250
HSL0.660.940.69
HSV239°58°98°
CMYK 0.580.570.00   0.02
XYZ28.221920.360692.8850
Yxy20.36060.19950.1439
Hunter Lab45.122732.6776-90.4624
CIE-Lab52.242539.4206-72.0221

#686bfa color RGB value is (104,107,250).

#686bfa hex color red value is 104, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #686bfa hue: 0.66 , saturation: 0.94 and the lightness value of 686bfa is 0.69.

The process color (four color CMYK) of #686bfa color hex is 0.58, 0.57, 0.00, 0.02. Web safe color of #686bfa is #6666ff. Color #686bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101011 11111010
Octal 150 153 372
Decimal 104 107 250
Hex 68 6B FA

RGB Percentages of Color #686bfa

%22.56
%23.21
%54.23

CMYK Percentages of Color #686bfa

%58
%57
%0
%2

Triadic Colors of #686bfa

#686bfa #fa686b #6bfa68

Analogous Colors of #686bfa

#686bfa #ae68fa #68b4fa

Monochromatic Colors of #686bfa

#686bfa

Complementary Color

#686bfa #faf768

#686bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#686bfa Color CSS Codes

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

#686bfa Text Font Color

<p style="color:#686bfa">Text here</p>

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


#686bfa Background Color

<div style="background-color:#686bfa">
Div content here</div>

This div background color is #686bfa


#686bfa Border Color

<div style="border:3px solid #686bfa">
Div here</div>

This div border color is #686bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,107,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #686bfa;
  box-shadow:         1px 1px 3px 2px #686bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686bfa


Comments

No comments written yet.

Please login to write comment.