Color Hex Logo

#668dfd Color Hex

#668DFD
(102,141,253)
0 Favorites   0 Comments

Color spaces of #668dfd

RGB 102141253
HSL0.620.970.70
HSV225°60°99°
CMYK 0.600.440.00   0.01
XYZ32.734028.966496.7943
Yxy28.96640.20650.1828
Hunter Lab53.820414.3793-68.9568
CIE-Lab60.752019.6474-59.9752

#668dfd color RGB value is (102,141,253).

#668dfd hex color red value is 102, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #668dfd hue: 0.62 , saturation: 0.97 and the lightness value of 668dfd is 0.70.

The process color (four color CMYK) of #668dfd color hex is 0.60, 0.44, 0.00, 0.01. Web safe color of #668dfd is #6699ff. Color #668dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11111101
Octal 146 215 375
Decimal 102 141 253
Hex 66 8D FD

RGB Percentages of Color #668dfd

%20.56
%28.43
%51.01

CMYK Percentages of Color #668dfd

%60
%44
%0
%1

Triadic Colors of #668dfd

#668dfd #fd668d #8dfd66

Analogous Colors of #668dfd

#668dfd #8b66fd #66d9fd

Monochromatic Colors of #668dfd

#668dfd

Complementary Color

#668dfd #fdd666

#668dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dfd Color CSS Codes

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

#668dfd Text Font Color

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

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


#668dfd Background Color

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

This div background color is #668dfd


#668dfd Border Color

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

This div border color is #668dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.