Color Hex Logo

#42121d Color Hex

#42121D
(66,18,29)
0 Favorites   0 Comments

Color spaces of #42121d

RGB 661829
HSL0.960.570.16
HSV346°73°26°
CMYK 0.000.730.56   0.74
XYZ2.68481.67961.3451
Yxy1.67960.47020.2942
Hunter Lab12.959914.29842.9183
CIE-Lab13.707124.22704.9851

#42121d color RGB value is (66,18,29).

#42121d hex color red value is 66, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #42121d hue: 0.96 , saturation: 0.57 and the lightness value of 42121d is 0.16.

The process color (four color CMYK) of #42121d color hex is 0.00, 0.73, 0.56, 0.74. Web safe color of #42121d is #330033. Color #42121d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 00011101
Octal 102 22 35
Decimal 66 18 29
Hex 42 12 1D

RGB Percentages of Color #42121d

%58.41
%15.93
%25.66

CMYK Percentages of Color #42121d

%0
%73
%56
%74

Triadic Colors of #42121d

#42121d #1d4212 #121d42

Analogous Colors of #42121d

#42121d #421f12 #421235

Monochromatic Colors of #42121d

#42121d

Complementary Color

#42121d #124237

#42121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42121d Color CSS Codes

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

#42121d Text Font Color

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

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


#42121d Background Color

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

This div background color is #42121d


#42121d Border Color

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

This div border color is #42121d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,18,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42121d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42121d;
  -webkit-box-shadow: 1px 1px 3px 2px #42121d;
  box-shadow:         1px 1px 3px 2px #42121d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42121d

#42121d Color Palettes


Comments

No comments written yet.

Please login to write comment.