Color Hex Logo

#422163 Color Hex

#422163
(66,33,99)
0 Favorites   0 Comments

Color spaces of #422163

RGB 663399
HSL0.750.500.26
HSV270°67°39°
CMYK 0.330.670.00   0.61
XYZ5.04283.146812.1460
Yxy3.14680.24800.1547
Hunter Lab17.739219.6993-28.1783
CIE-Lab20.622530.0247-33.1345

#422163 color RGB value is (66,33,99).

#422163 hex color red value is 66, green value is 33 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #422163 hue: 0.75 , saturation: 0.50 and the lightness value of 422163 is 0.26.

The process color (four color CMYK) of #422163 color hex is 0.33, 0.67, 0.00, 0.61. Web safe color of #422163 is #333366. Color #422163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 01100011
Octal 102 41 143
Decimal 66 33 99
Hex 42 21 63

RGB Percentages of Color #422163

%33.33
%16.67
%50.00

CMYK Percentages of Color #422163

%33
%67
%0
%61

Triadic Colors of #422163

#422163 #634221 #216342

Analogous Colors of #422163

#422163 #632163 #212163

Monochromatic Colors of #422163

#422163

Complementary Color

#422163 #426321

#422163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422163 Color CSS Codes

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

#422163 Text Font Color

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

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


#422163 Background Color

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

This div background color is #422163


#422163 Border Color

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

This div border color is #422163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422163


Comments

No comments written yet.

Please login to write comment.