Color Hex Logo

#668ef2 Color Hex

#668EF2
(102,142,242)
0 Favorites   0 Comments

Color spaces of #668ef2

RGB 102142242
HSL0.620.840.67
HSV223°58°95°
CMYK 0.580.410.00   0.05
XYZ31.179528.581687.8779
Yxy28.58160.21120.1936
Hunter Lab53.461810.5451-60.0348
CIE-Lab60.410615.4808-54.4677

#668ef2 color RGB value is (102,142,242).

#668ef2 hex color red value is 102, green value is 142 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #668ef2 hue: 0.62 , saturation: 0.84 and the lightness value of 668ef2 is 0.67.

The process color (four color CMYK) of #668ef2 color hex is 0.58, 0.41, 0.00, 0.05. Web safe color of #668ef2 is #6699ff. Color #668ef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001110 11110010
Octal 146 216 362
Decimal 102 142 242
Hex 66 8E F2

RGB Percentages of Color #668ef2

%20.99
%29.22
%49.79

CMYK Percentages of Color #668ef2

%58
%41
%0
%5

Triadic Colors of #668ef2

#668ef2 #f2668e #8ef266

Analogous Colors of #668ef2

#668ef2 #8466f2 #66d4f2

Monochromatic Colors of #668ef2

#668ef2

Complementary Color

#668ef2 #f2ca66

#668ef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668ef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668ef2 Color CSS Codes

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

#668ef2 Text Font Color

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

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


#668ef2 Background Color

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

This div background color is #668ef2


#668ef2 Border Color

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

This div border color is #668ef2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,142,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668ef2


Comments

No comments written yet.

Please login to write comment.