Color Hex Logo

#664899 Color Hex

#664899
(102,72,153)
0 Favorites   0 Comments

Color spaces of #664899

RGB 10272153
HSL0.730.360.44
HSV262°53°60°
CMYK 0.330.530.00   0.40
XYZ13.54669.759431.3068
Yxy9.75940.24800.1787
Hunter Lab31.240022.7328-37.5487
CIE-Lab37.407130.9734-39.9235

#664899 color RGB value is (102,72,153).

#664899 hex color red value is 102, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #664899 hue: 0.73 , saturation: 0.36 and the lightness value of 664899 is 0.44.

The process color (four color CMYK) of #664899 color hex is 0.33, 0.53, 0.00, 0.40. Web safe color of #664899 is #663399. Color #664899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 10011001
Octal 146 110 231
Decimal 102 72 153
Hex 66 48 99

RGB Percentages of Color #664899

%31.19
%22.02
%46.79

CMYK Percentages of Color #664899

%33
%53
%0
%40

Triadic Colors of #664899

#664899 #996648 #489966

Analogous Colors of #664899

#664899 #8f4899 #485299

Monochromatic Colors of #664899

#664899

Complementary Color

#664899 #7b9948

#664899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664899 Color CSS Codes

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

#664899 Text Font Color

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

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


#664899 Background Color

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

This div background color is #664899


#664899 Border Color

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

This div border color is #664899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664899


Comments

No comments written yet.

Please login to write comment.