Color Hex Logo

#420100 Color Hex

#420100
(66,1,0)
0 Favorites   0 Comments

Color spaces of #420100

RGB 6610
HSL0.001.000.13
HSV100°26°
CMYK 0.000.981.00   0.74
XYZ2.25761.18000.1088
Yxy1.18000.63660.3327
Hunter Lab10.862818.08767.0101
CIE-Lab10.409029.895516.3903

#420100 color RGB value is (66,1,0).

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

The process color (four color CMYK) of #420100 color hex is 0.00, 0.98, 1.00, 0.74. Web safe color of #420100 is #330000. Color #420100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000001 00000000
Octal 102 1 0
Decimal 66 1 0
Hex 42 1 0

RGB Percentages of Color #420100

%98.51
%1.49
%0.00

CMYK Percentages of Color #420100

%0
%98
%100
%74

Triadic Colors of #420100

#420100 #004201 #010042

Analogous Colors of #420100

#420100 #422200 #420020

Monochromatic Colors of #420100

#420100

Complementary Color

#420100 #004142

#420100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420100 Color CSS Codes

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

#420100 Text Font Color

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

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


#420100 Background Color

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

This div background color is #420100


#420100 Border Color

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

This div border color is #420100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420100


Comments

No comments written yet.

Please login to write comment.