Color Hex Logo

#422aea Color Hex

#422AEA
(66,42,234)
0 Favorites   0 Comments

Color spaces of #422aea

RGB 6642234
HSL0.690.820.54
HSV248°82°92°
CMYK 0.720.820.00   0.08
XYZ17.92608.754778.5869
Yxy8.75470.17030.0832
Hunter Lab29.588356.3640-136.7629
CIE-Lab35.507764.7221-90.5955

#422aea color RGB value is (66,42,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11101010
Octal 102 52 352
Decimal 66 42 234
Hex 42 2A EA

RGB Percentages of Color #422aea

%19.30
%12.28
%68.42

CMYK Percentages of Color #422aea

%72
%82
%0
%8

Triadic Colors of #422aea

#422aea #ea422a #2aea42

Analogous Colors of #422aea

#422aea #a22aea #2a72ea

Monochromatic Colors of #422aea

#422aea

Complementary Color

#422aea #d2ea2a

#422aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#422aea Color CSS Codes

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

#422aea Text Font Color

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

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


#422aea Background Color

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

This div background color is #422aea


#422aea Border Color

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

This div border color is #422aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,42,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 #422aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422aea


Comments

No comments written yet.

Please login to write comment.