Color Hex Logo

#664278 Color Hex

#664278
(102,66,120)
0 Favorites   0 Comments

Color spaces of #664278

RGB 10266120
HSL0.780.290.36
HSV280°45°47°
CMYK 0.150.450.00   0.53
XYZ10.81798.077318.7582
Yxy8.07730.28730.2145
Hunter Lab28.420618.2075-19.2383
CIE-Lab34.143426.1749-24.8319

#664278 color RGB value is (102,66,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 01111000
Octal 146 102 170
Decimal 102 66 120
Hex 66 42 78

RGB Percentages of Color #664278

%35.42
%22.92
%41.67

CMYK Percentages of Color #664278

%15
%45
%0
%53

Triadic Colors of #664278

#664278 #786642 #427866

Analogous Colors of #664278

#664278 #78426f #4b4278

Monochromatic Colors of #664278

#664278

Complementary Color

#664278 #547842

#664278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664278 Color CSS Codes

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

#664278 Text Font Color

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

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


#664278 Background Color

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

This div background color is #664278


#664278 Border Color

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

This div border color is #664278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664278


Comments

No comments written yet.

Please login to write comment.