Color Hex Logo

#660377 Color Hex

#660377
(102,3,119)
0 Favorites   0 Comments

Color spaces of #660377

RGB 1023119
HSL0.810.950.24
HSV291°97°47°
CMYK 0.140.970.00   0.53
XYZ8.84184.221817.8016
Yxy4.22180.28650.1368
Hunter Lab20.547040.8549-36.9850
CIE-Lab24.391652.4520-39.7205

#660377 color RGB value is (102,3,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000011 01110111
Octal 146 3 167
Decimal 102 3 119
Hex 66 3 77

RGB Percentages of Color #660377

%45.54
%1.34
%53.13

CMYK Percentages of Color #660377

%14
%97
%0
%53

Triadic Colors of #660377

#660377 #776603 #037766

Analogous Colors of #660377

#660377 #77034e #2c0377

Monochromatic Colors of #660377

#660377

Complementary Color

#660377 #147703

#660377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660377 Color CSS Codes

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

#660377 Text Font Color

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

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


#660377 Background Color

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

This div background color is #660377


#660377 Border Color

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

This div border color is #660377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660377


Comments

No comments written yet.

Please login to write comment.