Color Hex Logo

#422290 Color Hex

#422290
(66,34,144)
0 Favorites   0 Comments

Color spaces of #422290

RGB 6634144
HSL0.720.620.35
HSV257°76°56°
CMYK 0.540.760.00   0.44
XYZ7.85284.315926.8047
Yxy4.31590.20150.1107
Hunter Lab20.774731.1167-61.9568
CIE-Lab24.689442.3848-55.1927

#422290 color RGB value is (66,34,144).

#422290 hex color red value is 66, green value is 34 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #422290 hue: 0.72 , saturation: 0.62 and the lightness value of 422290 is 0.35.

The process color (four color CMYK) of #422290 color hex is 0.54, 0.76, 0.00, 0.44. Web safe color of #422290 is #333399. Color #422290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100010 10010000
Octal 102 42 220
Decimal 66 34 144
Hex 42 22 90

RGB Percentages of Color #422290

%27.05
%13.93
%59.02

CMYK Percentages of Color #422290

%54
%76
%0
%44

Triadic Colors of #422290

#422290 #904222 #229042

Analogous Colors of #422290

#422290 #792290 #223990

Monochromatic Colors of #422290

#422290

Complementary Color

#422290 #709022

#422290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422290 Color CSS Codes

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

#422290 Text Font Color

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

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


#422290 Background Color

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

This div background color is #422290


#422290 Border Color

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

This div border color is #422290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422290


Comments

No comments written yet.

Please login to write comment.