Color Hex Logo

#664cad Color Hex

#664CAD
(102,76,173)
0 Favorites   0 Comments

Color spaces of #664cad

RGB 10276173
HSL0.710.390.49
HSV256°56°68°
CMYK 0.410.560.00   0.32
XYZ15.606811.010840.8379
Yxy11.01080.23140.1632
Hunter Lab33.182525.8848-49.7407
CIE-Lab39.598734.1475-48.3732

#664cad color RGB value is (102,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 10101101
Octal 146 114 255
Decimal 102 76 173
Hex 66 4C AD

RGB Percentages of Color #664cad

%29.06
%21.65
%49.29

CMYK Percentages of Color #664cad

%41
%56
%0
%32

Triadic Colors of #664cad

#664cad #ad664c #4cad66

Analogous Colors of #664cad

#664cad #974cad #4c62ad

Monochromatic Colors of #664cad

#664cad

Complementary Color

#664cad #93ad4c

#664cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#664cad Color CSS Codes

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

#664cad Text Font Color

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

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


#664cad Background Color

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

This div background color is #664cad


#664cad Border Color

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

This div border color is #664cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664cad


Comments

No comments written yet.

Please login to write comment.