Color Hex Logo

#422369 Color Hex

#422369
(66,35,105)
0 Favorites   0 Comments

Color spaces of #422369

RGB 6635105
HSL0.740.500.27
HSV267°67°41°
CMYK 0.370.670.00   0.59
XYZ5.39763.380213.7326
Yxy3.38020.23980.1502
Hunter Lab18.385320.2301-31.4159
CIE-Lab21.506430.5215-35.6322

#422369 color RGB value is (66,35,105).

#422369 hex color red value is 66, green value is 35 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #422369 hue: 0.74 , saturation: 0.50 and the lightness value of 422369 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 01101001
Octal 102 43 151
Decimal 66 35 105
Hex 42 23 69

RGB Percentages of Color #422369

%32.04
%16.99
%50.97

CMYK Percentages of Color #422369

%37
%67
%0
%59

Triadic Colors of #422369

#422369 #694223 #236942

Analogous Colors of #422369

#422369 #652369 #232769

Monochromatic Colors of #422369

#422369

Complementary Color

#422369 #4a6923

#422369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422369 Color CSS Codes

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

#422369 Text Font Color

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

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


#422369 Background Color

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

This div background color is #422369


#422369 Border Color

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

This div border color is #422369


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,35,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 #422369">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422369


Comments

No comments written yet.

Please login to write comment.