Color Hex Logo

#422463 Color Hex

#422463
(66,36,99)
0 Favorites   0 Comments

Color spaces of #422463

RGB 663699
HSL0.750.470.26
HSV269°64°39°
CMYK 0.330.640.00   0.61
XYZ5.12983.320912.1750
Yxy3.32090.24870.1610
Hunter Lab18.223318.3562-26.8553
CIE-Lab21.285828.2400-32.0674

#422463 color RGB value is (66,36,99).

#422463 hex color red value is 66, green value is 36 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #422463 hue: 0.75 , saturation: 0.47 and the lightness value of 422463 is 0.26.

The process color (four color CMYK) of #422463 color hex is 0.33, 0.64, 0.00, 0.61. Web safe color of #422463 is #333366. Color #422463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01100011
Octal 102 44 143
Decimal 66 36 99
Hex 42 24 63

RGB Percentages of Color #422463

%32.84
%17.91
%49.25

CMYK Percentages of Color #422463

%33
%64
%0
%61

Triadic Colors of #422463

#422463 #634224 #246342

Analogous Colors of #422463

#422463 #622463 #242663

Monochromatic Colors of #422463

#422463

Complementary Color

#422463 #456324

#422463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422463 Color CSS Codes

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

#422463 Text Font Color

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

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


#422463 Background Color

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

This div background color is #422463


#422463 Border Color

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

This div border color is #422463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422463

#422463 Color Palettes


Comments

No comments written yet.

Please login to write comment.