Color Hex Logo

#421419 Color Hex

#421419
(66,20,25)
0 Favorites   0 Comments

Color spaces of #421419

RGB 662025
HSL0.980.530.17
HSV353°70°26°
CMYK 0.000.700.62   0.74
XYZ2.67241.72871.1125
Yxy1.72870.48470.3135
Hunter Lab13.148013.27204.1869
CIE-Lab13.993822.75648.3147

#421419 color RGB value is (66,20,25).

#421419 hex color red value is 66, green value is 20 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #421419 hue: 0.98 , saturation: 0.53 and the lightness value of 421419 is 0.17.

The process color (four color CMYK) of #421419 color hex is 0.00, 0.70, 0.62, 0.74. Web safe color of #421419 is #330000. Color #421419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 00011001
Octal 102 24 31
Decimal 66 20 25
Hex 42 14 19

RGB Percentages of Color #421419

%59.46
%18.02
%22.52

CMYK Percentages of Color #421419

%0
%70
%62
%74

Triadic Colors of #421419

#421419 #194214 #141942

Analogous Colors of #421419

#421419 #422614 #421430

Monochromatic Colors of #421419

#421419

Complementary Color

#421419 #14423d

#421419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421419 Color CSS Codes

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

#421419 Text Font Color

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

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


#421419 Background Color

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

This div background color is #421419


#421419 Border Color

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

This div border color is #421419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421419


Comments

No comments written yet.

Please login to write comment.