Color Hex Logo

#42021b Color Hex

#42021B
(66,2,27)
0 Favorites   0 Comments

Color spaces of #42021b

RGB 66227
HSL0.930.940.13
HSV337°97°26°
CMYK 0.000.970.59   0.74
XYZ2.46631.28081.1541
Yxy1.28080.50320.2613
Hunter Lab11.317219.09431.8758
CIE-Lab11.140531.04132.8610

#42021b color RGB value is (66,2,27).

#42021b hex color red value is 66, green value is 2 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #42021b hue: 0.93 , saturation: 0.94 and the lightness value of 42021b is 0.13.

The process color (four color CMYK) of #42021b color hex is 0.00, 0.97, 0.59, 0.74. Web safe color of #42021b is #330033. Color #42021b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 00011011
Octal 102 2 33
Decimal 66 2 27
Hex 42 2 1B

RGB Percentages of Color #42021b

%69.47
%2.11
%28.42

CMYK Percentages of Color #42021b

%0
%97
%59
%74

Triadic Colors of #42021b

#42021b #1b4202 #021b42

Analogous Colors of #42021b

#42021b #420902 #42023b

Monochromatic Colors of #42021b

#42021b

Complementary Color

#42021b #024229

#42021b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42021b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42021b Color CSS Codes

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

#42021b Text Font Color

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

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


#42021b Background Color

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

This div background color is #42021b


#42021b Border Color

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

This div border color is #42021b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42021b


Comments

No comments written yet.

Please login to write comment.