Color Hex Logo

#422668 Color Hex

#422668
(66,38,104)
0 Favorites   0 Comments

Color spaces of #422668

RGB 6638104
HSL0.740.460.28
HSV265°63°41°
CMYK 0.370.630.00   0.59
XYZ5.43863.544013.4941
Yxy3.54400.24200.1577
Hunter Lab18.825518.6231-29.3211
CIE-Lab22.102728.4366-34.0201

#422668 color RGB value is (66,38,104).

#422668 hex color red value is 66, green value is 38 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #422668 hue: 0.74 , saturation: 0.46 and the lightness value of 422668 is 0.28.

The process color (four color CMYK) of #422668 color hex is 0.37, 0.63, 0.00, 0.59. Web safe color of #422668 is #333366. Color #422668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100110 01101000
Octal 102 46 150
Decimal 66 38 104
Hex 42 26 68

RGB Percentages of Color #422668

%31.73
%18.27
%50.00

CMYK Percentages of Color #422668

%37
%63
%0
%59

Triadic Colors of #422668

#422668 #684226 #266842

Analogous Colors of #422668

#422668 #632668 #262b68

Monochromatic Colors of #422668

#422668

Complementary Color

#422668 #4c6826

#422668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422668 Color CSS Codes

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

#422668 Text Font Color

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

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


#422668 Background Color

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

This div background color is #422668


#422668 Border Color

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

This div border color is #422668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422668


Comments

No comments written yet.

Please login to write comment.