Color Hex Logo

#421331 Color Hex

#421331
(66,19,49)
0 Favorites   0 Comments

Color spaces of #421331

RGB 661949
HSL0.890.550.17
HSV322°71°26°
CMYK 0.000.710.26   0.74
XYZ3.03401.84573.1021
Yxy1.84570.38010.2312
Hunter Lab13.585716.0884-4.0281
CIE-Lab14.655726.4727-8.2294

#421331 color RGB value is (66,19,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00110001
Octal 102 23 61
Decimal 66 19 49
Hex 42 13 31

RGB Percentages of Color #421331

%49.25
%14.18
%36.57

CMYK Percentages of Color #421331

%0
%71
%26
%74

Triadic Colors of #421331

#421331 #314213 #133142

Analogous Colors of #421331

#421331 #421319 #3c1342

Monochromatic Colors of #421331

#421331

Complementary Color

#421331 #134224

#421331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421331 Color CSS Codes

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

#421331 Text Font Color

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

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


#421331 Background Color

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

This div background color is #421331


#421331 Border Color

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

This div border color is #421331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421331


Comments

No comments written yet.

Please login to write comment.