Color Hex Logo

#66466e Color Hex

#66466E
(102,70,110)
0 Favorites   0 Comments

Color spaces of #66466e

RGB 10270110
HSL0.800.220.35
HSV288°36°43°
CMYK 0.070.360.00   0.57
XYZ10.48418.330915.8073
Yxy8.33090.30280.2406
Hunter Lab28.863314.3263-12.2665
CIE-Lab34.662721.4179-17.7649

#66466e color RGB value is (102,70,110).

#66466e hex color red value is 102, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #66466e hue: 0.80 , saturation: 0.22 and the lightness value of 66466e is 0.35.

The process color (four color CMYK) of #66466e color hex is 0.07, 0.36, 0.00, 0.57. Web safe color of #66466e is #663366. Color #66466e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 01101110
Octal 146 106 156
Decimal 102 70 110
Hex 66 46 6E

RGB Percentages of Color #66466e

%36.17
%24.82
%39.01

CMYK Percentages of Color #66466e

%7
%36
%0
%57

Triadic Colors of #66466e

#66466e #6e6646 #466e66

Analogous Colors of #66466e

#66466e #6e4662 #52466e

Monochromatic Colors of #66466e

#66466e

Complementary Color

#66466e #4e6e46

#66466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66466e Color CSS Codes

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

#66466e Text Font Color

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

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


#66466e Background Color

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

This div background color is #66466e


#66466e Border Color

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

This div border color is #66466e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,70,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66466e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66466e;
  -webkit-box-shadow: 1px 1px 3px 2px #66466e;
  box-shadow:         1px 1px 3px 2px #66466e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66466e


Comments

No comments written yet.

Please login to write comment.