Color Hex Logo

#421649 Color Hex

#421649
(66,22,73)
0 Favorites   0 Comments

Color spaces of #421649

RGB 662273
HSL0.810.540.19
HSV292°70°29°
CMYK 0.100.700.00   0.71
XYZ3.73632.21316.5336
Yxy2.21310.29930.1773
Hunter Lab14.876518.7972-15.6260
CIE-Lab16.568029.6292-22.1480

#421649 color RGB value is (66,22,73).

#421649 hex color red value is 66, green value is 22 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #421649 hue: 0.81 , saturation: 0.54 and the lightness value of 421649 is 0.19.

The process color (four color CMYK) of #421649 color hex is 0.10, 0.70, 0.00, 0.71. Web safe color of #421649 is #330033. Color #421649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010110 01001001
Octal 102 26 111
Decimal 66 22 73
Hex 42 16 49

RGB Percentages of Color #421649

%40.99
%13.66
%45.34

CMYK Percentages of Color #421649

%10
%70
%0
%71

Triadic Colors of #421649

#421649 #494216 #164942

Analogous Colors of #421649

#421649 #491636 #291649

Monochromatic Colors of #421649

#421649

Complementary Color

#421649 #1d4916

#421649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421649 Color CSS Codes

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

#421649 Text Font Color

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

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


#421649 Background Color

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

This div background color is #421649


#421649 Border Color

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

This div border color is #421649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421649


Comments

No comments written yet.

Please login to write comment.