Color Hex Logo

#664b76 Color Hex

#664B76
(102,75,118)
0 Favorites   0 Comments

Color spaces of #664b76

RGB 10275118
HSL0.770.220.38
HSV278°36°46°
CMYK 0.140.360.00   0.54
XYZ11.26569.164918.3148
Yxy9.16490.29080.2365
Hunter Lab30.273613.4458-14.6775
CIE-Lab36.299920.1772-20.2299

#664b76 color RGB value is (102,75,118).

#664b76 hex color red value is 102, green value is 75 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #664b76 hue: 0.77 , saturation: 0.22 and the lightness value of 664b76 is 0.38.

The process color (four color CMYK) of #664b76 color hex is 0.14, 0.36, 0.00, 0.54. Web safe color of #664b76 is #663366. Color #664b76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 01110110
Octal 146 113 166
Decimal 102 75 118
Hex 66 4B 76

RGB Percentages of Color #664b76

%34.58
%25.42
%40.00

CMYK Percentages of Color #664b76

%14
%36
%0
%54

Triadic Colors of #664b76

#664b76 #76664b #4b7666

Analogous Colors of #664b76

#664b76 #764b71 #514b76

Monochromatic Colors of #664b76

#664b76

Complementary Color

#664b76 #5b764b

#664b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664b76 Color CSS Codes

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

#664b76 Text Font Color

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

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


#664b76 Background Color

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

This div background color is #664b76


#664b76 Border Color

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

This div border color is #664b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664b76


Comments

No comments written yet.

Please login to write comment.