Color Hex Logo

#420427 Color Hex

#420427
(66,4,39)
0 Favorites   0 Comments

Color spaces of #420427

RGB 66439
HSL0.910.890.14
HSV326°94°26°
CMYK 0.000.940.41   0.74
XYZ2.65641.39162.0480
Yxy1.39160.43580.2283
Hunter Lab11.796619.5512-2.0357
CIE-Lab11.901631.4703-5.0825

#420427 color RGB value is (66,4,39).

#420427 hex color red value is 66, green value is 4 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #420427 hue: 0.91 , saturation: 0.89 and the lightness value of 420427 is 0.14.

The process color (four color CMYK) of #420427 color hex is 0.00, 0.94, 0.41, 0.74. Web safe color of #420427 is #330033. Color #420427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 00100111
Octal 102 4 47
Decimal 66 4 39
Hex 42 4 27

RGB Percentages of Color #420427

%60.55
%3.67
%35.78

CMYK Percentages of Color #420427

%0
%94
%41
%74

Triadic Colors of #420427

#420427 #274204 #042742

Analogous Colors of #420427

#420427 #420408 #3e0442

Monochromatic Colors of #420427

#420427

Complementary Color

#420427 #04421f

#420427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420427 Color CSS Codes

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

#420427 Text Font Color

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

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


#420427 Background Color

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

This div background color is #420427


#420427 Border Color

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

This div border color is #420427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420427


Comments

No comments written yet.

Please login to write comment.