Color Hex Logo

#661448 Color Hex

#661448
(102,20,72)
0 Favorites   0 Comments

Color spaces of #661448

RGB 1022072
HSL0.890.670.24
HSV322°80°40°
CMYK 0.000.800.29   0.60
XYZ6.89933.79306.4994
Yxy3.79300.40130.2206
Hunter Lab19.475629.1518-6.1533
CIE-Lab22.975040.5779-10.9648

#661448 color RGB value is (102,20,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010100 01001000
Octal 146 24 110
Decimal 102 20 72
Hex 66 14 48

RGB Percentages of Color #661448

%52.58
%10.31
%37.11

CMYK Percentages of Color #661448

%0
%80
%29
%60

Triadic Colors of #661448

#661448 #486614 #144866

Analogous Colors of #661448

#661448 #66141f #5b1466

Monochromatic Colors of #661448

#661448

Complementary Color

#661448 #146632

#661448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661448 Color CSS Codes

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

#661448 Text Font Color

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

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


#661448 Background Color

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

This div background color is #661448


#661448 Border Color

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

This div border color is #661448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661448


Comments

No comments written yet.

Please login to write comment.