Color Hex Logo

#664caa Color Hex

#664CAA
(102,76,170)
0 Favorites   0 Comments

Color spaces of #664caa

RGB 10276170
HSL0.710.380.48
HSV257°55°67°
CMYK 0.400.550.00   0.33
XYZ15.319610.895939.3259
Yxy10.89590.23370.1662
Hunter Lab33.008925.0770-47.5301
CIE-Lab39.404633.2941-46.9053

#664caa color RGB value is (102,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 10101010
Octal 146 114 252
Decimal 102 76 170
Hex 66 4C AA

RGB Percentages of Color #664caa

%29.31
%21.84
%48.85

CMYK Percentages of Color #664caa

%40
%55
%0
%33

Triadic Colors of #664caa

#664caa #aa664c #4caa66

Analogous Colors of #664caa

#664caa #954caa #4c61aa

Monochromatic Colors of #664caa

#664caa

Complementary Color

#664caa #90aa4c

#664caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#664caa Color CSS Codes

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

#664caa Text Font Color

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

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


#664caa Background Color

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

This div background color is #664caa


#664caa Border Color

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

This div border color is #664caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,76,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 #664caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664caa


Comments

No comments written yet.

Please login to write comment.