Color Hex Logo

#664257 Color Hex

#664257
(102,66,87)
0 Favorites   0 Comments

Color spaces of #664257

RGB 1026687
HSL0.900.210.33
HSV325°35°40°
CMYK 0.000.350.15   0.60
XYZ9.14807.40939.9648
Yxy7.40930.34490.2794
Hunter Lab27.220012.3545-2.6511
CIE-Lab32.721119.1344-6.1274

#664257 color RGB value is (102,66,87).

#664257 hex color red value is 102, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #664257 hue: 0.90 , saturation: 0.21 and the lightness value of 664257 is 0.33.

The process color (four color CMYK) of #664257 color hex is 0.00, 0.35, 0.15, 0.60. Web safe color of #664257 is #663366. Color #664257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 01010111
Octal 146 102 127
Decimal 102 66 87
Hex 66 42 57

RGB Percentages of Color #664257

%40.00
%25.88
%34.12

CMYK Percentages of Color #664257

%0
%35
%15
%60

Triadic Colors of #664257

#664257 #576642 #425766

Analogous Colors of #664257

#664257 #664245 #634266

Monochromatic Colors of #664257

#664257

Complementary Color

#664257 #426651

#664257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664257 Color CSS Codes

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

#664257 Text Font Color

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

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


#664257 Background Color

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

This div background color is #664257


#664257 Border Color

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

This div border color is #664257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664257


Comments

No comments written yet.

Please login to write comment.