Color Hex Logo

#664674 Color Hex

#664674
(102,70,116)
0 Favorites   0 Comments

Color spaces of #664674

RGB 10270116
HSL0.780.250.36
HSV282°40°45°
CMYK 0.120.400.00   0.55
XYZ10.82208.466117.5867
Yxy8.46610.29350.2296
Hunter Lab29.096615.4712-15.4688
CIE-Lab34.935322.7919-21.0997

#664674 color RGB value is (102,70,116).

#664674 hex color red value is 102, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #664674 hue: 0.78 , saturation: 0.25 and the lightness value of 664674 is 0.36.

The process color (four color CMYK) of #664674 color hex is 0.12, 0.40, 0.00, 0.55. Web safe color of #664674 is #663366. Color #664674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 01110100
Octal 146 106 164
Decimal 102 70 116
Hex 66 46 74

RGB Percentages of Color #664674

%35.42
%24.31
%40.28

CMYK Percentages of Color #664674

%12
%40
%0
%55

Triadic Colors of #664674

#664674 #746646 #467466

Analogous Colors of #664674

#664674 #74466b #4f4674

Monochromatic Colors of #664674

#664674

Complementary Color

#664674 #547446

#664674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664674 Color CSS Codes

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

#664674 Text Font Color

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

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


#664674 Background Color

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

This div background color is #664674


#664674 Border Color

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

This div border color is #664674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664674


Comments

No comments written yet.

Please login to write comment.