Color Hex Logo

#422192 Color Hex

#422192
(66,33,146)
0 Favorites   0 Comments

Color spaces of #422192

RGB 6633146
HSL0.720.630.35
HSV258°77°57°
CMYK 0.550.770.00   0.43
XYZ7.97894.321327.6077
Yxy4.32130.19990.1083
Hunter Lab20.787732.1346-64.1902
CIE-Lab24.706443.4711-56.4028

#422192 color RGB value is (66,33,146).

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

The process color (four color CMYK) of #422192 color hex is 0.55, 0.77, 0.00, 0.43. Web safe color of #422192 is #333399. Color #422192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 10010010
Octal 102 41 222
Decimal 66 33 146
Hex 42 21 92

RGB Percentages of Color #422192

%26.94
%13.47
%59.59

CMYK Percentages of Color #422192

%55
%77
%0
%43

Triadic Colors of #422192

#422192 #924221 #219242

Analogous Colors of #422192

#422192 #7b2192 #213892

Monochromatic Colors of #422192

#422192

Complementary Color

#422192 #719221

#422192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422192 Color CSS Codes

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

#422192 Text Font Color

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

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


#422192 Background Color

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

This div background color is #422192


#422192 Border Color

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

This div border color is #422192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422192


Comments

No comments written yet.

Please login to write comment.