Color Hex Logo

#664dad Color Hex

#664DAD
(102,77,173)
0 Favorites   0 Comments

Color spaces of #664dad

RGB 10277173
HSL0.710.380.49
HSV256°55°68°
CMYK 0.410.550.00   0.32
XYZ15.676211.149740.8610
Yxy11.14970.23160.1647
Hunter Lab33.391225.3661-49.1798
CIE-Lab39.831533.5492-47.9990

#664dad color RGB value is (102,77,173).

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

The process color (four color CMYK) of #664dad color hex is 0.41, 0.55, 0.00, 0.32. Web safe color of #664dad is #666699. Color #664dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 10101101
Octal 146 115 255
Decimal 102 77 173
Hex 66 4D AD

RGB Percentages of Color #664dad

%28.98
%21.88
%49.15

CMYK Percentages of Color #664dad

%41
%55
%0
%32

Triadic Colors of #664dad

#664dad #ad664d #4dad66

Analogous Colors of #664dad

#664dad #964dad #4d64ad

Monochromatic Colors of #664dad

#664dad

Complementary Color

#664dad #94ad4d

#664dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#664dad Color CSS Codes

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

#664dad Text Font Color

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

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


#664dad Background Color

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

This div background color is #664dad


#664dad Border Color

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

This div border color is #664dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664dad

#664dad Color Palettes


Comments

No comments written yet.

Please login to write comment.