Color Hex Logo

#664efe Color Hex

#664EFE
(102,78,254)
0 Favorites   0 Comments

Color spaces of #664efe

RGB 10278254
HSL0.690.990.65
HSV248°69°100°
CMYK 0.600.690.00   0.00
XYZ26.093315.429395.3688
Yxy15.42930.19060.1127
Hunter Lab39.280149.8350-116.4549
CIE-Lab46.216756.7874-84.0874

#664efe color RGB value is (102,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 11111110
Octal 146 116 376
Decimal 102 78 254
Hex 66 4E FE

RGB Percentages of Color #664efe

%23.50
%17.97
%58.53

CMYK Percentages of Color #664efe

%60
%69
%0
%0

Triadic Colors of #664efe

#664efe #fe664e #4efe66

Analogous Colors of #664efe

#664efe #be4efe #4e8efe

Monochromatic Colors of #664efe

#664efe

Complementary Color

#664efe #e6fe4e

#664efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#664efe Color CSS Codes

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

#664efe Text Font Color

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

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


#664efe Background Color

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

This div background color is #664efe


#664efe Border Color

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

This div border color is #664efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664efe

Related Colors


Comments

No comments written yet.

Please login to write comment.