Color Hex Logo

#678dfe Color Hex

#678DFE
(103,141,254)
0 Favorites   0 Comments

Color spaces of #678dfe

RGB 103141254
HSL0.620.990.70
HSV225°59°100°
CMYK 0.590.440.00   0.00
XYZ33.007829.089197.6410
Yxy29.08910.20660.1821
Hunter Lab53.934314.8570-69.5828
CIE-Lab60.860220.1554-60.3477

#678dfe color RGB value is (103,141,254).

#678dfe hex color red value is 103, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #678dfe hue: 0.62 , saturation: 0.99 and the lightness value of 678dfe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001101 11111110
Octal 147 215 376
Decimal 103 141 254
Hex 67 8D FE

RGB Percentages of Color #678dfe

%20.68
%28.31
%51.00

CMYK Percentages of Color #678dfe

%59
%44
%0
%0

Triadic Colors of #678dfe

#678dfe #fe678d #8dfe67

Analogous Colors of #678dfe

#678dfe #8d67fe #67d9fe

Monochromatic Colors of #678dfe

#678dfe

Complementary Color

#678dfe #fed867

#678dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#678dfe Color CSS Codes

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

#678dfe Text Font Color

<p style="color:#678dfe">Text here</p>

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


#678dfe Background Color

<div style="background-color:#678dfe">
Div content here</div>

This div background color is #678dfe


#678dfe Border Color

<div style="border:3px solid #678dfe">
Div here</div>

This div border color is #678dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,141,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #678dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #678dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #678dfe;
  box-shadow:         1px 1px 3px 2px #678dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,141,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678dfe


Comments

No comments written yet.

Please login to write comment.