Color Hex Logo

#664eee Color Hex

#664EEE
(102,78,238)
0 Favorites   0 Comments

Color spaces of #664eee

RGB 10278238
HSL0.690.820.62
HSV249°67°93°
CMYK 0.570.670.00   0.07
XYZ23.636514.446682.4316
Yxy14.44660.19610.1199
Hunter Lab38.008744.4888-101.9795
CIE-Lab44.866752.0693-77.3383

#664eee color RGB value is (102,78,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 11101110
Octal 146 116 356
Decimal 102 78 238
Hex 66 4E EE

RGB Percentages of Color #664eee

%24.40
%18.66
%56.94

CMYK Percentages of Color #664eee

%57
%67
%0
%7

Triadic Colors of #664eee

#664eee #ee664e #4eee66

Analogous Colors of #664eee

#664eee #b64eee #4e86ee

Monochromatic Colors of #664eee

#664eee

Complementary Color

#664eee #d6ee4e

#664eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#664eee Color CSS Codes

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

#664eee Text Font Color

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

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


#664eee Background Color

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

This div background color is #664eee


#664eee Border Color

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

This div border color is #664eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664eee


Comments

No comments written yet.

Please login to write comment.