Color Hex Logo

#660740 Color Hex

#660740
(102,7,64)
0 Favorites   0 Comments

Color spaces of #660740

RGB 102764
HSL0.900.870.21
HSV324°93°40°
CMYK 0.000.930.37   0.60
XYZ6.48093.34695.1549
Yxy3.34690.43260.2234
Hunter Lab18.294531.2188-3.9001
CIE-Lab21.382843.1360-7.8988

#660740 color RGB value is (102,7,64).

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

The process color (four color CMYK) of #660740 color hex is 0.00, 0.93, 0.37, 0.60. Web safe color of #660740 is #660033. Color #660740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000111 01000000
Octal 146 7 100
Decimal 102 7 64
Hex 66 7 40

RGB Percentages of Color #660740

%58.96
%4.05
%36.99

CMYK Percentages of Color #660740

%0
%93
%37
%60

Triadic Colors of #660740

#660740 #406607 #074066

Analogous Colors of #660740

#660740 #660711 #5d0766

Monochromatic Colors of #660740

#660740

Complementary Color

#660740 #07662d

#660740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660740 Color CSS Codes

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

#660740 Text Font Color

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

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


#660740 Background Color

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

This div background color is #660740


#660740 Border Color

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

This div border color is #660740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660740


Comments

No comments written yet.

Please login to write comment.