Color Hex Logo

#420728 Color Hex

#420728
(66,7,40)
0 Favorites   0 Comments

Color spaces of #420728

RGB 66740
HSL0.910.810.14
HSV326°89°26°
CMYK 0.000.890.39   0.74
XYZ2.70571.46342.1473
Yxy1.46340.42840.2317
Hunter Lab12.097118.7543-2.0563
CIE-Lab12.373530.3694-5.1151

#420728 color RGB value is (66,7,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 00101000
Octal 102 7 50
Decimal 66 7 40
Hex 42 7 28

RGB Percentages of Color #420728

%58.41
%6.19
%35.40

CMYK Percentages of Color #420728

%0
%89
%39
%74

Triadic Colors of #420728

#420728 #284207 #072842

Analogous Colors of #420728

#420728 #42070b #3f0742

Monochromatic Colors of #420728

#420728

Complementary Color

#420728 #074221

#420728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420728 Color CSS Codes

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

#420728 Text Font Color

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

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


#420728 Background Color

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

This div background color is #420728


#420728 Border Color

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

This div border color is #420728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420728


Comments

No comments written yet.

Please login to write comment.