Color Hex Logo

#664690 Color Hex

#664690
(102,70,144)
0 Favorites   0 Comments

Color spaces of #664690

RGB 10270144
HSL0.740.350.42
HSV266°51°56°
CMYK 0.290.510.00   0.44
XYZ12.70379.218727.4954
Yxy9.21870.25710.1865
Hunter Lab30.362321.5510-32.4380
CIE-Lab36.402029.7723-36.0661

#664690 color RGB value is (102,70,144).

#664690 hex color red value is 102, green value is 70 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #664690 hue: 0.74 , saturation: 0.35 and the lightness value of 664690 is 0.42.

The process color (four color CMYK) of #664690 color hex is 0.29, 0.51, 0.00, 0.44. Web safe color of #664690 is #663399. Color #664690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 10010000
Octal 146 106 220
Decimal 102 70 144
Hex 66 46 90

RGB Percentages of Color #664690

%32.28
%22.15
%45.57

CMYK Percentages of Color #664690

%29
%51
%0
%44

Triadic Colors of #664690

#664690 #906646 #469066

Analogous Colors of #664690

#664690 #8b4690 #464b90

Monochromatic Colors of #664690

#664690

Complementary Color

#664690 #709046

#664690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664690 Color CSS Codes

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

#664690 Text Font Color

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

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


#664690 Background Color

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

This div background color is #664690


#664690 Border Color

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

This div border color is #664690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664690


Comments

No comments written yet.

Please login to write comment.