Color Hex Logo

#664ff0 Color Hex

#664FF0
(102,79,240)
0 Favorites   0 Comments

Color spaces of #664ff0

RGB 10279240
HSL0.690.840.63
HSV249°67°94°
CMYK 0.580.670.00   0.06
XYZ24.003614.708084.0119
Yxy14.70800.19560.1198
Hunter Lab38.351044.6075-103.0352
CIE-Lab45.231652.1158-77.8666

#664ff0 color RGB value is (102,79,240).

#664ff0 hex color red value is 102, green value is 79 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #664ff0 hue: 0.69 , saturation: 0.84 and the lightness value of 664ff0 is 0.63.

The process color (four color CMYK) of #664ff0 color hex is 0.58, 0.67, 0.00, 0.06. Web safe color of #664ff0 is #6666ff. Color #664ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 11110000
Octal 146 117 360
Decimal 102 79 240
Hex 66 4F F0

RGB Percentages of Color #664ff0

%24.23
%18.76
%57.01

CMYK Percentages of Color #664ff0

%58
%67
%0
%6

Triadic Colors of #664ff0

#664ff0 #f0664f #4ff066

Analogous Colors of #664ff0

#664ff0 #b74ff0 #4f89f0

Monochromatic Colors of #664ff0

#664ff0

Complementary Color

#664ff0 #d9f04f

#664ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664ff0 Color CSS Codes

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

#664ff0 Text Font Color

<p style="color:#664ff0">Text here</p>

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


#664ff0 Background Color

<div style="background-color:#664ff0">
Div content here</div>

This div background color is #664ff0


#664ff0 Border Color

<div style="border:3px solid #664ff0">
Div here</div>

This div border color is #664ff0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,79,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664ff0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664ff0;
  -webkit-box-shadow: 1px 1px 3px 2px #664ff0;
  box-shadow:         1px 1px 3px 2px #664ff0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664ff0


Comments

No comments written yet.

Please login to write comment.