Color Hex Logo

#422c8a Color Hex

#422C8A
(66,44,138)
0 Favorites   0 Comments

Color spaces of #422c8a

RGB 6644138
HSL0.710.520.36
HSV254°68°54°
CMYK 0.520.680.00   0.46
XYZ7.73494.794624.5625
Yxy4.79460.20850.1293
Hunter Lab21.896624.7356-51.1810
CIE-Lab26.141435.0311-49.0920

#422c8a color RGB value is (66,44,138).

#422c8a hex color red value is 66, green value is 44 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #422c8a hue: 0.71 , saturation: 0.52 and the lightness value of 422c8a is 0.36.

The process color (four color CMYK) of #422c8a color hex is 0.52, 0.68, 0.00, 0.46. Web safe color of #422c8a is #333399. Color #422c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101100 10001010
Octal 102 54 212
Decimal 66 44 138
Hex 42 2C 8A

RGB Percentages of Color #422c8a

%26.61
%17.74
%55.65

CMYK Percentages of Color #422c8a

%52
%68
%0
%46

Triadic Colors of #422c8a

#422c8a #8a422c #2c8a42

Analogous Colors of #422c8a

#422c8a #712c8a #2c458a

Monochromatic Colors of #422c8a

#422c8a

Complementary Color

#422c8a #748a2c

#422c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#422c8a Color CSS Codes

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

#422c8a Text Font Color

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

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


#422c8a Background Color

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

This div background color is #422c8a


#422c8a Border Color

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

This div border color is #422c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422c8a


Comments

No comments written yet.

Please login to write comment.