Color Hex Logo

#420122 Color Hex

#420122
(66,1,34)
0 Favorites   0 Comments

Color spaces of #420122

RGB 66134
HSL0.920.970.13
HSV330°98°26°
CMYK 0.000.980.48   0.74
XYZ2.54641.29551.6292
Yxy1.29550.46540.2368
Hunter Lab11.382020.0158-0.5193
CIE-Lab11.244032.1810-2.3111

#420122 color RGB value is (66,1,34).

#420122 hex color red value is 66, green value is 1 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #420122 hue: 0.92 , saturation: 0.97 and the lightness value of 420122 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000001 00100010
Octal 102 1 42
Decimal 66 1 34
Hex 42 1 22

RGB Percentages of Color #420122

%65.35
%0.99
%33.66

CMYK Percentages of Color #420122

%0
%98
%48
%74

Triadic Colors of #420122

#420122 #224201 #012242

Analogous Colors of #420122

#420122 #420101 #420142

Monochromatic Colors of #420122

#420122

Complementary Color

#420122 #014221

#420122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420122 Color CSS Codes

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

#420122 Text Font Color

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

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


#420122 Background Color

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

This div background color is #420122


#420122 Border Color

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

This div border color is #420122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420122


Comments

No comments written yet.

Please login to write comment.