Color Hex Logo

#420016 Color Hex

#420016
(66,0,22)
0 Favorites   0 Comments

Color spaces of #420016

RGB 66022
HSL0.941.000.13
HSV340°100°26°
CMYK 0.001.000.67   0.74
XYZ2.39161.21620.8678
Yxy1.21620.53440.2717
Hunter Lab11.028119.41083.0542
CIE-Lab10.676331.53235.9950

#420016 color RGB value is (66,0,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 00010110
Octal 102 0 26
Decimal 66 0 22
Hex 42 0 16

RGB Percentages of Color #420016

%75.00
%0.00
%25.00

CMYK Percentages of Color #420016

%0
%100
%67
%74

Triadic Colors of #420016

#420016 #164200 #001642

Analogous Colors of #420016

#420016 #420b00 #420037

Monochromatic Colors of #420016

#420016

Complementary Color

#420016 #00422c

#420016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420016 Color CSS Codes

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

#420016 Text Font Color

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

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


#420016 Background Color

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

This div background color is #420016


#420016 Border Color

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

This div border color is #420016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420016


Comments

No comments written yet.

Please login to write comment.