Color Hex Logo

#420532 Color Hex

#420532
(66,5,50)
0 Favorites   0 Comments

Color spaces of #420532

RGB 66550
HSL0.880.860.14
HSV316°92°26°
CMYK 0.000.920.24   0.74
XYZ2.87681.49713.1550
Yxy1.49710.38210.1988
Hunter Lab12.235620.5561-6.7232
CIE-Lab12.589632.5903-12.1370

#420532 color RGB value is (66,5,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 00110010
Octal 102 5 62
Decimal 66 5 50
Hex 42 5 32

RGB Percentages of Color #420532

%54.55
%4.13
%41.32

CMYK Percentages of Color #420532

%0
%92
%24
%74

Triadic Colors of #420532

#420532 #324205 #053242

Analogous Colors of #420532

#420532 #420513 #340542

Monochromatic Colors of #420532

#420532

Complementary Color

#420532 #054215

#420532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420532 Color CSS Codes

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

#420532 Text Font Color

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

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


#420532 Background Color

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

This div background color is #420532


#420532 Border Color

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

This div border color is #420532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420532

#420532 Color Palettes


Comments

No comments written yet.

Please login to write comment.