Color Hex Logo

#664daa Color Hex

#664DAA
(102,77,170)
0 Favorites   0 Comments

Color spaces of #664daa

RGB 10277170
HSL0.710.380.48
HSV256°55°67°
CMYK 0.400.550.00   0.33
XYZ15.389111.034839.3490
Yxy11.03480.23400.1678
Hunter Lab33.218724.5604-46.9786
CIE-Lab39.639032.6945-46.5290

#664daa color RGB value is (102,77,170).

#664daa hex color red value is 102, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #664daa hue: 0.71 , saturation: 0.38 and the lightness value of 664daa is 0.48.

The process color (four color CMYK) of #664daa color hex is 0.40, 0.55, 0.00, 0.33. Web safe color of #664daa is #666699. Color #664daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 10101010
Octal 146 115 252
Decimal 102 77 170
Hex 66 4D AA

RGB Percentages of Color #664daa

%29.23
%22.06
%48.71

CMYK Percentages of Color #664daa

%40
%55
%0
%33

Triadic Colors of #664daa

#664daa #aa664d #4daa66

Analogous Colors of #664daa

#664daa #954daa #4d62aa

Monochromatic Colors of #664daa

#664daa

Complementary Color

#664daa #91aa4d

#664daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#664daa Color CSS Codes

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

#664daa Text Font Color

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

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


#664daa Background Color

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

This div background color is #664daa


#664daa Border Color

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

This div border color is #664daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664daa


Comments

No comments written yet.

Please login to write comment.