Color Hex Logo

#665066 Color Hex

#665066
(102,80,102)
0 Favorites   0 Comments

Color spaces of #665066

RGB 10280102
HSL0.830.120.36
HSV300°22°40°
CMYK 0.000.220.00   0.60
XYZ10.74649.521413.8418
Yxy9.52140.31510.2791
Hunter Lab30.85688.1664-4.9967
CIE-Lab36.969413.4588-9.2371

#665066 color RGB value is (102,80,102).

#665066 hex color red value is 102, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #665066 hue: 0.83 , saturation: 0.12 and the lightness value of 665066 is 0.36.

The process color (four color CMYK) of #665066 color hex is 0.00, 0.22, 0.00, 0.60. Web safe color of #665066 is #666666. Color #665066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 01100110
Octal 146 120 146
Decimal 102 80 102
Hex 66 50 66

RGB Percentages of Color #665066

%35.92
%28.17
%35.92

CMYK Percentages of Color #665066

%0
%22
%0
%60

Triadic Colors of #665066

#665066 #666650 #506666

Analogous Colors of #665066

#665066 #66505b #5b5066

Monochromatic Colors of #665066

#665066

Complementary Color

#665066 #506650

#665066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665066 Color CSS Codes

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

#665066 Text Font Color

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

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


#665066 Background Color

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

This div background color is #665066


#665066 Border Color

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

This div border color is #665066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665066


Comments

No comments written yet.

Please login to write comment.