Color Hex Logo

#420526 Color Hex

#420526
(66,5,38)
0 Favorites   0 Comments

Color spaces of #420526

RGB 66538
HSL0.910.860.14
HSV328°92°26°
CMYK 0.000.920.42   0.74
XYZ2.65091.40671.9655
Yxy1.40670.44010.2336
Hunter Lab11.860419.1404-1.5232
CIE-Lab12.002230.9321-4.1851

#420526 color RGB value is (66,5,38).

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

The process color (four color CMYK) of #420526 color hex is 0.00, 0.92, 0.42, 0.74. Web safe color of #420526 is #330033. Color #420526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 00100110
Octal 102 5 46
Decimal 66 5 38
Hex 42 5 26

RGB Percentages of Color #420526

%60.55
%4.59
%34.86

CMYK Percentages of Color #420526

%0
%92
%42
%74

Triadic Colors of #420526

#420526 #264205 #052642

Analogous Colors of #420526

#420526 #420507 #400542

Monochromatic Colors of #420526

#420526

Complementary Color

#420526 #054221

#420526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420526 Color CSS Codes

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

#420526 Text Font Color

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

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


#420526 Background Color

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

This div background color is #420526


#420526 Border Color

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

This div border color is #420526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420526


Comments

No comments written yet.

Please login to write comment.