Color Hex Logo

#668ffa Color Hex

#668FFA
(102,143,250)
0 Favorites   0 Comments

Color spaces of #668ffa

RGB 102143250
HSL0.620.940.69
HSV223°59°98°
CMYK 0.590.430.00   0.02
XYZ32.557329.371894.3959
Yxy29.37180.20830.1879
Hunter Lab54.195812.3887-65.3318
CIE-Lab61.108417.4795-57.7591

#668ffa color RGB value is (102,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 11111010
Octal 146 217 372
Decimal 102 143 250
Hex 66 8F FA

RGB Percentages of Color #668ffa

%20.61
%28.89
%50.51

CMYK Percentages of Color #668ffa

%59
%43
%0
%2

Triadic Colors of #668ffa

#668ffa #fa668f #8ffa66

Analogous Colors of #668ffa

#668ffa #8766fa #66d9fa

Monochromatic Colors of #668ffa

#668ffa

Complementary Color

#668ffa #fad166

#668ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#668ffa Color CSS Codes

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

#668ffa Text Font Color

<p style="color:#668ffa">Text here</p>

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


#668ffa Background Color

<div style="background-color:#668ffa">
Div content here</div>

This div background color is #668ffa


#668ffa Border Color

<div style="border:3px solid #668ffa">
Div here</div>

This div border color is #668ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,143,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #668ffa;
  box-shadow:         1px 1px 3px 2px #668ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,143,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 #668ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668ffa


Comments

No comments written yet.

Please login to write comment.