Color Hex Logo

#664fff Color Hex

#664FFF
(102,79,255)
0 Favorites   0 Comments

Color spaces of #664fff

RGB 10279255
HSL0.691.000.65
HSV248°69°100°
CMYK 0.600.690.00   0.00
XYZ26.325515.636796.2384
Yxy15.63670.19050.1131
Hunter Lab39.543349.6337-116.6167
CIE-Lab46.494256.5523-84.1887

#664fff color RGB value is (102,79,255).

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

The process color (four color CMYK) of #664fff color hex is 0.60, 0.69, 0.00, 0.00. Web safe color of #664fff is #6666ff. Color #664fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 11111111
Octal 146 117 377
Decimal 102 79 255
Hex 66 4F FF

RGB Percentages of Color #664fff

%23.39
%18.12
%58.49

CMYK Percentages of Color #664fff

%60
%69
%0
%0

Triadic Colors of #664fff

#664fff #ff664f #4fff66

Analogous Colors of #664fff

#664fff #be4fff #4f90ff

Monochromatic Colors of #664fff

#664fff

Complementary Color

#664fff #e8ff4f

#664fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fff Color CSS Codes

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

#664fff Text Font Color

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

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


#664fff Background Color

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

This div background color is #664fff


#664fff Border Color

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

This div border color is #664fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fff


Comments

No comments written yet.

Please login to write comment.