Color Hex Logo

#664c71 Color Hex

#664C71
(102,76,113)
0 Favorites   0 Comments

Color spaces of #664c71

RGB 10276113
HSL0.780.200.37
HSV282°33°44°
CMYK 0.100.330.00   0.56
XYZ11.04469.185916.8137
Yxy9.18590.29810.2480
Hunter Lab30.308212.0076-11.6757
CIE-Lab36.339818.3885-17.0585

#664c71 color RGB value is (102,76,113).

#664c71 hex color red value is 102, green value is 76 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #664c71 hue: 0.78 , saturation: 0.20 and the lightness value of 664c71 is 0.37.

The process color (four color CMYK) of #664c71 color hex is 0.10, 0.33, 0.00, 0.56. Web safe color of #664c71 is #663366. Color #664c71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 01110001
Octal 146 114 161
Decimal 102 76 113
Hex 66 4C 71

RGB Percentages of Color #664c71

%35.05
%26.12
%38.83

CMYK Percentages of Color #664c71

%10
%33
%0
%56

Triadic Colors of #664c71

#664c71 #71664c #4c7166

Analogous Colors of #664c71

#664c71 #714c6a #544c71

Monochromatic Colors of #664c71

#664c71

Complementary Color

#664c71 #57714c

#664c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664c71 Color CSS Codes

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

#664c71 Text Font Color

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

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


#664c71 Background Color

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

This div background color is #664c71


#664c71 Border Color

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

This div border color is #664c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664c71


Comments

No comments written yet.

Please login to write comment.