Color Hex Logo

#660899 Color Hex

#660899
(102,8,153)
0 Favorites   0 Comments

Color spaces of #660899

RGB 1028153
HSL0.770.900.32
HSV279°95°60°
CMYK 0.330.950.00   0.40
XYZ11.31615.298430.5633
Yxy5.29840.23990.1123
Hunter Lab23.018347.4712-62.6116
CIE-Lab27.568558.1788-55.8332

#660899 color RGB value is (102,8,153).

#660899 hex color red value is 102, green value is 8 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #660899 hue: 0.77 , saturation: 0.90 and the lightness value of 660899 is 0.32.

The process color (four color CMYK) of #660899 color hex is 0.33, 0.95, 0.00, 0.40. Web safe color of #660899 is #660099. Color #660899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001000 10011001
Octal 146 10 231
Decimal 102 8 153
Hex 66 8 99

RGB Percentages of Color #660899

%38.78
%3.04
%58.17

CMYK Percentages of Color #660899

%33
%95
%0
%40

Triadic Colors of #660899

#660899 #996608 #089966

Analogous Colors of #660899

#660899 #990884 #1d0899

Monochromatic Colors of #660899

#660899

Complementary Color

#660899 #3b9908

#660899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660899 Color CSS Codes

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

#660899 Text Font Color

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

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


#660899 Background Color

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

This div background color is #660899


#660899 Border Color

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

This div border color is #660899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660899


Comments

No comments written yet.

Please login to write comment.