Color Hex Logo

#420721 Color Hex

#420721
(66,7,33)
0 Favorites   0 Comments

Color spaces of #420721

RGB 66733
HSL0.930.810.14
HSV334°89°26°
CMYK 0.000.890.50   0.74
XYZ2.59731.42001.5760
Yxy1.42000.46440.2539
Hunter Lab11.916418.05230.5001
CIE-Lab12.090229.5239-0.3098

#420721 color RGB value is (66,7,33).

#420721 hex color red value is 66, green value is 7 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #420721 hue: 0.93 , saturation: 0.81 and the lightness value of 420721 is 0.14.

The process color (four color CMYK) of #420721 color hex is 0.00, 0.89, 0.50, 0.74. Web safe color of #420721 is #330033. Color #420721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 00100001
Octal 102 7 41
Decimal 66 7 33
Hex 42 7 21

RGB Percentages of Color #420721

%62.26
%6.60
%31.13

CMYK Percentages of Color #420721

%0
%89
%50
%74

Triadic Colors of #420721

#420721 #214207 #072142

Analogous Colors of #420721

#420721 #420b07 #42073f

Monochromatic Colors of #420721

#420721

Complementary Color

#420721 #074228

#420721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420721 Color CSS Codes

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

#420721 Text Font Color

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

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


#420721 Background Color

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

This div background color is #420721


#420721 Border Color

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

This div border color is #420721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420721


Comments

No comments written yet.

Please login to write comment.