Color Hex Logo

#660476 Color Hex

#660476
(102,4,118)
0 Favorites   0 Comments

Color spaces of #660476

RGB 1024118
HSL0.810.930.24
HSV292°97°46°
CMYK 0.140.970.00   0.54
XYZ8.79294.219617.4906
Yxy4.21960.28830.1383
Hunter Lab20.541740.4594-36.1045
CIE-Lab24.384552.0638-39.0920

#660476 color RGB value is (102,4,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000100 01110110
Octal 146 4 166
Decimal 102 4 118
Hex 66 4 76

RGB Percentages of Color #660476

%45.54
%1.79
%52.68

CMYK Percentages of Color #660476

%14
%97
%0
%54

Triadic Colors of #660476

#660476 #766604 #047666

Analogous Colors of #660476

#660476 #76044d #2d0476

Monochromatic Colors of #660476

#660476

Complementary Color

#660476 #147604

#660476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660476 Color CSS Codes

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

#660476 Text Font Color

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

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


#660476 Background Color

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

This div background color is #660476


#660476 Border Color

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

This div border color is #660476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660476


Comments

No comments written yet.

Please login to write comment.