Color Hex Logo

#664aae Color Hex

#664AAE
(102,74,174)
0 Favorites   0 Comments

Color spaces of #664aae

RGB 10274174
HSL0.710.400.49
HSV257°57°68°
CMYK 0.410.570.00   0.32
XYZ15.568310.778341.3043
Yxy10.77830.23010.1593
Hunter Lab32.830327.1925-51.6124
CIE-Lab39.204535.6210-49.5997

#664aae color RGB value is (102,74,174).

#664aae hex color red value is 102, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #664aae hue: 0.71 , saturation: 0.40 and the lightness value of 664aae is 0.49.

The process color (four color CMYK) of #664aae color hex is 0.41, 0.57, 0.00, 0.32. Web safe color of #664aae is #663399. Color #664aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001010 10101110
Octal 146 112 256
Decimal 102 74 174
Hex 66 4A AE

RGB Percentages of Color #664aae

%29.14
%21.14
%49.71

CMYK Percentages of Color #664aae

%41
%57
%0
%32

Triadic Colors of #664aae

#664aae #ae664a #4aae66

Analogous Colors of #664aae

#664aae #984aae #4a60ae

Monochromatic Colors of #664aae

#664aae

Complementary Color

#664aae #92ae4a

#664aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#664aae Color CSS Codes

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

#664aae Text Font Color

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

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


#664aae Background Color

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

This div background color is #664aae


#664aae Border Color

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

This div border color is #664aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664aae


Comments

No comments written yet.

Please login to write comment.