Color Hex Logo

#660676 Color Hex

#660676
(102,6,118)
0 Favorites   0 Comments

Color spaces of #660676

RGB 1026118
HSL0.810.900.24
HSV291°95°46°
CMYK 0.140.950.00   0.54
XYZ8.81464.263017.4978
Yxy4.26300.28830.1394
Hunter Lab20.647040.0726-35.7937
CIE-Lab24.522551.6549-38.8690

#660676 color RGB value is (102,6,118).

#660676 hex color red value is 102, green value is 6 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #660676 hue: 0.81 , saturation: 0.90 and the lightness value of 660676 is 0.24.

The process color (four color CMYK) of #660676 color hex is 0.14, 0.95, 0.00, 0.54. Web safe color of #660676 is #660066. Color #660676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000110 01110110
Octal 146 6 166
Decimal 102 6 118
Hex 66 6 76

RGB Percentages of Color #660676

%45.13
%2.65
%52.21

CMYK Percentages of Color #660676

%14
%95
%0
%54

Triadic Colors of #660676

#660676 #766606 #067666

Analogous Colors of #660676

#660676 #76064e #2e0676

Monochromatic Colors of #660676

#660676

Complementary Color

#660676 #167606

#660676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660676 Color CSS Codes

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

#660676 Text Font Color

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

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


#660676 Background Color

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

This div background color is #660676


#660676 Border Color

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

This div border color is #660676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660676


Comments

No comments written yet.

Please login to write comment.