Color Hex Logo

#422896 Color Hex

#422896
(66,40,150)
0 Favorites   0 Comments

Color spaces of #422896

RGB 6640150
HSL0.710.580.37
HSV254°73°59°
CMYK 0.560.730.00   0.41
XYZ8.51064.877829.3471
Yxy4.87780.19910.1141
Hunter Lab22.085730.1338-63.3234
CIE-Lab26.383741.0001-56.1154

#422896 color RGB value is (66,40,150).

#422896 hex color red value is 66, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #422896 hue: 0.71 , saturation: 0.58 and the lightness value of 422896 is 0.37.

The process color (four color CMYK) of #422896 color hex is 0.56, 0.73, 0.00, 0.41. Web safe color of #422896 is #333399. Color #422896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 10010110
Octal 102 50 226
Decimal 66 40 150
Hex 42 28 96

RGB Percentages of Color #422896

%25.78
%15.63
%58.59

CMYK Percentages of Color #422896

%56
%73
%0
%41

Triadic Colors of #422896

#422896 #964228 #289642

Analogous Colors of #422896

#422896 #792896 #284596

Monochromatic Colors of #422896

#422896

Complementary Color

#422896 #7c9628

#422896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422896 Color CSS Codes

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

#422896 Text Font Color

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

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


#422896 Background Color

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

This div background color is #422896


#422896 Border Color

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

This div border color is #422896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422896


Comments

No comments written yet.

Please login to write comment.