Color Hex Logo

#420027 Color Hex

#420027
(66,0,39)
0 Favorites   0 Comments

Color spaces of #420027

RGB 66039
HSL0.901.000.13
HSV325°100°26°
CMYK 0.001.000.41   0.74
XYZ2.61301.30472.0336
Yxy1.30470.43910.2192
Hunter Lab11.422320.8449-2.5602
CIE-Lab11.308333.1968-5.9805

#420027 color RGB value is (66,0,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000000 00100111
Octal 102 0 47
Decimal 66 0 39
Hex 42 0 27

RGB Percentages of Color #420027

%62.86
%0.00
%37.14

CMYK Percentages of Color #420027

%0
%100
%41
%74

Triadic Colors of #420027

#420027 #274200 #002742

Analogous Colors of #420027

#420027 #420006 #3c0042

Monochromatic Colors of #420027

#420027

Complementary Color

#420027 #00421b

#420027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420027 Color CSS Codes

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

#420027 Text Font Color

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

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


#420027 Background Color

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

This div background color is #420027


#420027 Border Color

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

This div border color is #420027


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,0,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 #420027">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420027


Comments

No comments written yet.

Please login to write comment.