Color Hex Logo

#664074 Color Hex

#664074
(102,64,116)
0 Favorites   0 Comments

Color spaces of #664074

RGB 10264116
HSL0.790.290.35
HSV284°45°45°
CMYK 0.120.450.00   0.55
XYZ10.46537.752517.4678
Yxy7.75250.29330.2172
Hunter Lab27.843318.3659-17.7059
CIE-Lab33.462026.4499-23.3939

#664074 color RGB value is (102,64,116).

#664074 hex color red value is 102, green value is 64 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #664074 hue: 0.79 , saturation: 0.29 and the lightness value of 664074 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000000 01110100
Octal 146 100 164
Decimal 102 64 116
Hex 66 40 74

RGB Percentages of Color #664074

%36.17
%22.70
%41.13

CMYK Percentages of Color #664074

%12
%45
%0
%55

Triadic Colors of #664074

#664074 #746640 #407466

Analogous Colors of #664074

#664074 #744068 #4c4074

Monochromatic Colors of #664074

#664074

Complementary Color

#664074 #4e7440

#664074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664074 Color CSS Codes

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

#664074 Text Font Color

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

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


#664074 Background Color

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

This div background color is #664074


#664074 Border Color

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

This div border color is #664074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664074


Comments

No comments written yet.

Please login to write comment.