Color Hex Logo

#664176 Color Hex

#664176
(102,65,118)
0 Favorites   0 Comments

Color spaces of #664176

RGB 10265118
HSL0.780.290.36
HSV282°45°46°
CMYK 0.140.450.00   0.54
XYZ10.63987.913418.1062
Yxy7.91340.29020.2159
Hunter Lab28.130818.2846-18.4701
CIE-Lab33.801926.3097-24.1161

#664176 color RGB value is (102,65,118).

#664176 hex color red value is 102, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #664176 hue: 0.78 , saturation: 0.29 and the lightness value of 664176 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000001 01110110
Octal 146 101 166
Decimal 102 65 118
Hex 66 41 76

RGB Percentages of Color #664176

%35.79
%22.81
%41.40

CMYK Percentages of Color #664176

%14
%45
%0
%54

Triadic Colors of #664176

#664176 #766641 #417666

Analogous Colors of #664176

#664176 #76416c #4c4176

Monochromatic Colors of #664176

#664176

Complementary Color

#664176 #517641

#664176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664176 Color CSS Codes

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

#664176 Text Font Color

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

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


#664176 Background Color

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

This div background color is #664176


#664176 Border Color

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

This div border color is #664176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664176


Comments

No comments written yet.

Please login to write comment.