Color Hex Logo

#660080 Color Hex

#660080
(102,0,128)
2 Favorites   0 Comments

Color spaces of #660080

RGB 1020128
HSL0.801.000.25
HSV288°100°50°
CMYK 0.201.000.00   0.50
XYZ9.37584.383320.7740
Yxy4.38330.27150.1269
Hunter Lab20.936343.2981-44.1749
CIE-Lab24.900254.7317-44.6199

#660080 color RGB value is (102,0,128).

#660080 hex color red value is 102, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #660080 hue: 0.80 , saturation: 1.00 and the lightness value of 660080 is 0.25.

The process color (four color CMYK) of #660080 color hex is 0.20, 1.00, 0.00, 0.50. Web safe color of #660080 is #660099. Color #660080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 10000000
Octal 146 0 200
Decimal 102 0 128
Hex 66 0 80

RGB Percentages of Color #660080

%44.35
%0.00
%55.65

CMYK Percentages of Color #660080

%20
%100
%0
%50

Triadic Colors of #660080

#660080 #806600 #008066

Analogous Colors of #660080

#660080 #80005a #260080

Monochromatic Colors of #660080

#660080

Complementary Color

#660080 #1a8000

#660080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660080 Color CSS Codes

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

#660080 Text Font Color

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

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


#660080 Background Color

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

This div background color is #660080


#660080 Border Color

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

This div border color is #660080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660080

#660080 Color Palettes


Comments

No comments written yet.

Please login to write comment.