Color Hex Logo

#421131 Color Hex

#421131
(66,17,49)
0 Favorites   0 Comments

Color spaces of #421131

RGB 661749
HSL0.890.590.16
HSV321°74°26°
CMYK 0.000.740.26   0.74
XYZ3.00161.78093.0913
Yxy1.78090.38120.2262
Hunter Lab13.345016.7949-4.3927
CIE-Lab14.292727.4709-8.7844

#421131 color RGB value is (66,17,49).

#421131 hex color red value is 66, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #421131 hue: 0.89 , saturation: 0.59 and the lightness value of 421131 is 0.16.

The process color (four color CMYK) of #421131 color hex is 0.00, 0.74, 0.26, 0.74. Web safe color of #421131 is #330033. Color #421131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 00110001
Octal 102 21 61
Decimal 66 17 49
Hex 42 11 31

RGB Percentages of Color #421131

%50.00
%12.88
%37.12

CMYK Percentages of Color #421131

%0
%74
%26
%74

Triadic Colors of #421131

#421131 #314211 #113142

Analogous Colors of #421131

#421131 #421119 #3b1142

Monochromatic Colors of #421131

#421131

Complementary Color

#421131 #114222

#421131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421131 Color CSS Codes

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

#421131 Text Font Color

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

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


#421131 Background Color

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

This div background color is #421131


#421131 Border Color

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

This div border color is #421131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421131

#421131 Color Palettes


Comments

No comments written yet.

Please login to write comment.