Color Hex Logo

#421036 Color Hex

#421036
(66,16,54)
0 Favorites   0 Comments

Color spaces of #421036

RGB 661654
HSL0.870.610.16
HSV314°76°26°
CMYK 0.000.760.18   0.74
XYZ3.09791.79523.6733
Yxy1.79520.36160.2096
Hunter Lab13.398517.8240-6.8758
CIE-Lab14.373628.7947-12.2560

#421036 color RGB value is (66,16,54).

#421036 hex color red value is 66, green value is 16 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #421036 hue: 0.87 , saturation: 0.61 and the lightness value of 421036 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 00110110
Octal 102 20 66
Decimal 66 16 54
Hex 42 10 36

RGB Percentages of Color #421036

%48.53
%11.76
%39.71

CMYK Percentages of Color #421036

%0
%76
%18
%74

Triadic Colors of #421036

#421036 #364210 #103642

Analogous Colors of #421036

#421036 #42101d #351042

Monochromatic Colors of #421036

#421036

Complementary Color

#421036 #10421c

#421036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421036 Color CSS Codes

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

#421036 Text Font Color

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

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


#421036 Background Color

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

This div background color is #421036


#421036 Border Color

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

This div border color is #421036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421036


Comments

No comments written yet.

Please login to write comment.