Color Hex Logo

#664987 Color Hex

#664987
(102,73,135)
0 Favorites   0 Comments

Color spaces of #664987

RGB 10273135
HSL0.740.300.41
HSV268°46°53°
CMYK 0.240.460.00   0.47
XYZ12.23529.339124.0794
Yxy9.33910.26800.2046
Hunter Lab30.559917.9857-25.3250
CIE-Lab36.629125.6112-30.2062

#664987 color RGB value is (102,73,135).

#664987 hex color red value is 102, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #664987 hue: 0.74 , saturation: 0.30 and the lightness value of 664987 is 0.41.

The process color (four color CMYK) of #664987 color hex is 0.24, 0.46, 0.00, 0.47. Web safe color of #664987 is #663399. Color #664987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 10000111
Octal 146 111 207
Decimal 102 73 135
Hex 66 49 87

RGB Percentages of Color #664987

%32.90
%23.55
%43.55

CMYK Percentages of Color #664987

%24
%46
%0
%47

Triadic Colors of #664987

#664987 #876649 #498766

Analogous Colors of #664987

#664987 #854987 #494b87

Monochromatic Colors of #664987

#664987

Complementary Color

#664987 #6a8749

#664987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664987 Color CSS Codes

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

#664987 Text Font Color

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

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


#664987 Background Color

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

This div background color is #664987


#664987 Border Color

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

This div border color is #664987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664987


Comments

No comments written yet.

Please login to write comment.