Color Hex Logo

#422eea Color Hex

#422EEA
(66,46,234)
0 Favorites   0 Comments

Color spaces of #422eea

RGB 6646234
HSL0.680.820.55
HSV246°80°92°
CMYK 0.720.800.00   0.08
XYZ18.07509.052878.6366
Yxy9.05280.17090.0856
Hunter Lab30.087954.5784-133.8967
CIE-Lab36.085863.0225-89.6365

#422eea color RGB value is (66,46,234).

#422eea hex color red value is 66, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #422eea hue: 0.68 , saturation: 0.82 and the lightness value of 422eea is 0.55.

The process color (four color CMYK) of #422eea color hex is 0.72, 0.80, 0.00, 0.08. Web safe color of #422eea is #3333ff. Color #422eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101110 11101010
Octal 102 56 352
Decimal 66 46 234
Hex 42 2E EA

RGB Percentages of Color #422eea

%19.08
%13.29
%67.63

CMYK Percentages of Color #422eea

%72
%80
%0
%8

Triadic Colors of #422eea

#422eea #ea422e #2eea42

Analogous Colors of #422eea

#422eea #a02eea #2e78ea

Monochromatic Colors of #422eea

#422eea

Complementary Color

#422eea #d6ea2e

#422eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#422eea Color CSS Codes

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

#422eea Text Font Color

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

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


#422eea Background Color

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

This div background color is #422eea


#422eea Border Color

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

This div border color is #422eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,46,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422eea;
  -webkit-box-shadow: 1px 1px 3px 2px #422eea;
  box-shadow:         1px 1px 3px 2px #422eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422eea


Comments

No comments written yet.

Please login to write comment.