Color Hex Logo

#422297 Color Hex

#422297
(66,34,151)
0 Favorites   0 Comments

Color spaces of #422297

RGB 6634151
HSL0.710.630.36
HSV256°77°59°
CMYK 0.560.770.00   0.41
XYZ8.40474.536729.7108
Yxy4.53670.19710.1064
Hunter Lab21.299533.1611-67.7942
CIE-Lab25.371844.4301-58.3916

#422297 color RGB value is (66,34,151).

#422297 hex color red value is 66, green value is 34 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #422297 hue: 0.71 , saturation: 0.63 and the lightness value of 422297 is 0.36.

The process color (four color CMYK) of #422297 color hex is 0.56, 0.77, 0.00, 0.41. Web safe color of #422297 is #333399. Color #422297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100010 10010111
Octal 102 42 227
Decimal 66 34 151
Hex 42 22 97

RGB Percentages of Color #422297

%26.29
%13.55
%60.16

CMYK Percentages of Color #422297

%56
%77
%0
%41

Triadic Colors of #422297

#422297 #974222 #229742

Analogous Colors of #422297

#422297 #7d2297 #223d97

Monochromatic Colors of #422297

#422297

Complementary Color

#422297 #779722

#422297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422297 Color CSS Codes

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

#422297 Text Font Color

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

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


#422297 Background Color

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

This div background color is #422297


#422297 Border Color

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

This div border color is #422297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422297


Comments

No comments written yet.

Please login to write comment.