Color Hex Logo

#678efa Color Hex

#678EFA
(103,142,250)
0 Favorites   0 Comments

Color spaces of #678efa

RGB 103142250
HSL0.620.940.69
HSV224°59°98°
CMYK 0.590.430.00   0.02
XYZ32.521829.131794.3514
Yxy29.13170.20850.1867
Hunter Lab53.973813.1007-65.8630
CIE-Lab60.897718.2604-58.0923

#678efa color RGB value is (103,142,250).

#678efa hex color red value is 103, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #678efa hue: 0.62 , saturation: 0.94 and the lightness value of 678efa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001110 11111010
Octal 147 216 372
Decimal 103 142 250
Hex 67 8E FA

RGB Percentages of Color #678efa

%20.81
%28.69
%50.51

CMYK Percentages of Color #678efa

%59
%43
%0
%2

Triadic Colors of #678efa

#678efa #fa678e #8efa67

Analogous Colors of #678efa

#678efa #8a67fa #67d8fa

Monochromatic Colors of #678efa

#678efa

Complementary Color

#678efa #fad367

#678efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#678efa Color CSS Codes

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

#678efa Text Font Color

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

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


#678efa Background Color

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

This div background color is #678efa


#678efa Border Color

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

This div border color is #678efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,142,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 #678efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678efa


Comments

No comments written yet.

Please login to write comment.