Color Hex Logo

#664981 Color Hex

#664981
(102,73,129)
0 Favorites   0 Comments

Color spaces of #664981

RGB 10273129
HSL0.750.280.40
HSV271°43°51°
CMYK 0.210.430.00   0.49
XYZ11.82459.174821.9166
Yxy9.17480.27550.2138
Hunter Lab30.289916.6750-21.6970
CIE-Lab36.318724.0924-27.0062

#664981 color RGB value is (102,73,129).

#664981 hex color red value is 102, green value is 73 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #664981 hue: 0.75 , saturation: 0.28 and the lightness value of 664981 is 0.40.

The process color (four color CMYK) of #664981 color hex is 0.21, 0.43, 0.00, 0.49. Web safe color of #664981 is #663399. Color #664981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 10000001
Octal 146 111 201
Decimal 102 73 129
Hex 66 49 81

RGB Percentages of Color #664981

%33.55
%24.01
%42.43

CMYK Percentages of Color #664981

%21
%43
%0
%49

Triadic Colors of #664981

#664981 #816649 #498166

Analogous Colors of #664981

#664981 #814980 #4a4981

Monochromatic Colors of #664981

#664981

Complementary Color

#664981 #648149

#664981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664981 Color CSS Codes

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

#664981 Text Font Color

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

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


#664981 Background Color

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

This div background color is #664981


#664981 Border Color

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

This div border color is #664981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,73,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664981;
  -webkit-box-shadow: 1px 1px 3px 2px #664981;
  box-shadow:         1px 1px 3px 2px #664981; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664981


Comments

No comments written yet.

Please login to write comment.