Color Hex Logo

#664858 Color Hex

#664858
(102,72,88)
0 Favorites   0 Comments

Color spaces of #664858

RGB 1027288
HSL0.910.170.34
HSV328°29°40°
CMYK 0.000.290.14   0.60
XYZ9.55838.164110.3046
Yxy8.16410.34100.2913
Hunter Lab28.57299.7099-1.3815
CIE-Lab34.322315.6083-4.3797

#664858 color RGB value is (102,72,88).

#664858 hex color red value is 102, green value is 72 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #664858 hue: 0.91 , saturation: 0.17 and the lightness value of 664858 is 0.34.

The process color (four color CMYK) of #664858 color hex is 0.00, 0.29, 0.14, 0.60. Web safe color of #664858 is #663366. Color #664858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001000 01011000
Octal 146 110 130
Decimal 102 72 88
Hex 66 48 58

RGB Percentages of Color #664858

%38.93
%27.48
%33.59

CMYK Percentages of Color #664858

%0
%29
%14
%60

Triadic Colors of #664858

#664858 #586648 #485866

Analogous Colors of #664858

#664858 #664849 #654866

Monochromatic Colors of #664858

#664858

Complementary Color

#664858 #486656

#664858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664858 Color CSS Codes

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

#664858 Text Font Color

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

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


#664858 Background Color

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

This div background color is #664858


#664858 Border Color

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

This div border color is #664858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664858


Comments

No comments written yet.

Please login to write comment.