Color Hex Logo

#422869 Color Hex

#422869
(66,40,105)
0 Favorites   0 Comments

Color spaces of #422869

RGB 6640105
HSL0.730.450.28
HSV264°62°41°
CMYK 0.370.620.00   0.59
XYZ5.55543.695813.7852
Yxy3.69580.24120.1604
Hunter Lab19.224517.9393-29.0577
CIE-Lab22.639127.4939-33.8071

#422869 color RGB value is (66,40,105).

#422869 hex color red value is 66, green value is 40 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #422869 hue: 0.73 , saturation: 0.45 and the lightness value of 422869 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 01101001
Octal 102 50 151
Decimal 66 40 105
Hex 42 28 69

RGB Percentages of Color #422869

%31.28
%18.96
%49.76

CMYK Percentages of Color #422869

%37
%62
%0
%59

Triadic Colors of #422869

#422869 #694228 #286942

Analogous Colors of #422869

#422869 #632869 #282f69

Monochromatic Colors of #422869

#422869

Complementary Color

#422869 #4f6928

#422869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422869 Color CSS Codes

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

#422869 Text Font Color

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

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


#422869 Background Color

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

This div background color is #422869


#422869 Border Color

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

This div border color is #422869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422869


Comments

No comments written yet.

Please login to write comment.