Color Hex Logo

#660741 Color Hex

#660741
(102,7,65)
0 Favorites   0 Comments

Color spaces of #660741

RGB 102765
HSL0.900.870.21
HSV323°93°40°
CMYK 0.000.930.36   0.60
XYZ6.50963.35845.3062
Yxy3.35840.42900.2213
Hunter Lab18.325931.3350-4.3390
CIE-Lab21.425643.2528-8.5261

#660741 color RGB value is (102,7,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000111 01000001
Octal 146 7 101
Decimal 102 7 65
Hex 66 7 41

RGB Percentages of Color #660741

%58.62
%4.02
%37.36

CMYK Percentages of Color #660741

%0
%93
%36
%60

Triadic Colors of #660741

#660741 #416607 #074166

Analogous Colors of #660741

#660741 #660712 #5c0766

Monochromatic Colors of #660741

#660741

Complementary Color

#660741 #07662c

#660741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660741 Color CSS Codes

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

#660741 Text Font Color

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

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


#660741 Background Color

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

This div background color is #660741


#660741 Border Color

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

This div border color is #660741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660741


Comments

No comments written yet.

Please login to write comment.