Color Hex Logo

#661441 Color Hex

#661441
(102,20,65)
0 Favorites   0 Comments

Color spaces of #661441

RGB 1022065
HSL0.910.670.24
HSV327°80°40°
CMYK 0.000.800.36   0.60
XYZ6.68383.70675.3642
Yxy3.70670.42420.2353
Hunter Lab19.252828.2757-3.0424
CIE-Lab22.677139.6672-6.6335

#661441 color RGB value is (102,20,65).

#661441 hex color red value is 102, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #661441 hue: 0.91 , saturation: 0.67 and the lightness value of 661441 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010100 01000001
Octal 146 24 101
Decimal 102 20 65
Hex 66 14 41

RGB Percentages of Color #661441

%54.55
%10.70
%34.76

CMYK Percentages of Color #661441

%0
%80
%36
%60

Triadic Colors of #661441

#661441 #416614 #144166

Analogous Colors of #661441

#661441 #661418 #621466

Monochromatic Colors of #661441

#661441

Complementary Color

#661441 #146639

#661441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661441 Color CSS Codes

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

#661441 Text Font Color

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

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


#661441 Background Color

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

This div background color is #661441


#661441 Border Color

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

This div border color is #661441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661441


Comments

No comments written yet.

Please login to write comment.