Color Hex Logo

#420938 Color Hex

#420938
(66,9,56)
0 Favorites   0 Comments

Color spaces of #420938

RGB 66956
HSL0.860.760.15
HSV311°86°26°
CMYK 0.000.860.15   0.74
XYZ3.05831.63913.8966
Yxy1.63910.35590.1907
Hunter Lab12.802720.2351-9.0834
CIE-Lab13.466432.0216-15.1040

#420938 color RGB value is (66,9,56).

#420938 hex color red value is 66, green value is 9 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #420938 hue: 0.86 , saturation: 0.76 and the lightness value of 420938 is 0.15.

The process color (four color CMYK) of #420938 color hex is 0.00, 0.86, 0.15, 0.74. Web safe color of #420938 is #330033. Color #420938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 00111000
Octal 102 11 70
Decimal 66 9 56
Hex 42 9 38

RGB Percentages of Color #420938

%50.38
%6.87
%42.75

CMYK Percentages of Color #420938

%0
%86
%15
%74

Triadic Colors of #420938

#420938 #384209 #093842

Analogous Colors of #420938

#420938 #42091c #300942

Monochromatic Colors of #420938

#420938

Complementary Color

#420938 #094213

#420938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420938 Color CSS Codes

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

#420938 Text Font Color

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

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


#420938 Background Color

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

This div background color is #420938


#420938 Border Color

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

This div border color is #420938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420938


Comments

No comments written yet.

Please login to write comment.