Color Hex Logo

#420636 Color Hex

#420636
(66,6,54)
0 Favorites   0 Comments

Color spaces of #420636

RGB 66654
HSL0.870.830.14
HSV312°91°26°
CMYK 0.000.910.18   0.74
XYZ2.97771.55483.6332
Yxy1.55480.36470.1904
Hunter Lab12.469220.8057-8.5472
CIE-Lab12.952332.8279-14.4705

#420636 color RGB value is (66,6,54).

#420636 hex color red value is 66, green value is 6 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #420636 hue: 0.87 , saturation: 0.83 and the lightness value of 420636 is 0.14.

The process color (four color CMYK) of #420636 color hex is 0.00, 0.91, 0.18, 0.74. Web safe color of #420636 is #330033. Color #420636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 00110110
Octal 102 6 66
Decimal 66 6 54
Hex 42 6 36

RGB Percentages of Color #420636

%52.38
%4.76
%42.86

CMYK Percentages of Color #420636

%0
%91
%18
%74

Triadic Colors of #420636

#420636 #364206 #063642

Analogous Colors of #420636

#420636 #420618 #300642

Monochromatic Colors of #420636

#420636

Complementary Color

#420636 #064212

#420636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420636 Color CSS Codes

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

#420636 Text Font Color

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

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


#420636 Background Color

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

This div background color is #420636


#420636 Border Color

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

This div border color is #420636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420636


Comments

No comments written yet.

Please login to write comment.