Color Hex Logo

#664478 Color Hex

#664478
(102,68,120)
0 Favorites   0 Comments

Color spaces of #664478

RGB 10268120
HSL0.780.280.37
HSV279°43°47°
CMYK 0.150.430.00   0.53
XYZ10.93688.315118.7978
Yxy8.31510.28740.2185
Hunter Lab28.835917.2381-18.4653
CIE-Lab34.630724.9589-24.0699

#664478 color RGB value is (102,68,120).

#664478 hex color red value is 102, green value is 68 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #664478 hue: 0.78 , saturation: 0.28 and the lightness value of 664478 is 0.37.

The process color (four color CMYK) of #664478 color hex is 0.15, 0.43, 0.00, 0.53. Web safe color of #664478 is #663366. Color #664478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 01111000
Octal 146 104 170
Decimal 102 68 120
Hex 66 44 78

RGB Percentages of Color #664478

%35.17
%23.45
%41.38

CMYK Percentages of Color #664478

%15
%43
%0
%53

Triadic Colors of #664478

#664478 #786644 #447866

Analogous Colors of #664478

#664478 #784470 #4c4478

Monochromatic Colors of #664478

#664478

Complementary Color

#664478 #567844

#664478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664478 Color CSS Codes

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

#664478 Text Font Color

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

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


#664478 Background Color

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

This div background color is #664478


#664478 Border Color

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

This div border color is #664478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664478

#664478 Color Palettes


Comments

No comments written yet.

Please login to write comment.