Color Hex Logo

#221689 Color Hex

#221689
(34,22,137)
0 Favorites   0 Comments

Color spaces of #221689

RGB 3422137
HSL0.680.720.31
HSV246°84°54°
CMYK 0.750.840.00   0.46
XYZ5.46202.720023.9041
Yxy2.72000.17020.0848
Hunter Lab16.492430.2543-74.3902
CIE-Lab18.885742.5789-60.5041

#221689 color RGB value is (34,22,137).

#221689 hex color red value is 34, green value is 22 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #221689 hue: 0.68 , saturation: 0.72 and the lightness value of 221689 is 0.31.

The process color (four color CMYK) of #221689 color hex is 0.75, 0.84, 0.00, 0.46. Web safe color of #221689 is #330099. Color #221689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00010110 10001001
Octal 42 26 211
Decimal 34 22 137
Hex 22 16 89

RGB Percentages of Color #221689

%17.62
%11.40
%70.98

CMYK Percentages of Color #221689

%75
%84
%0
%46

Triadic Colors of #221689

#221689 #892216 #168922

Analogous Colors of #221689

#221689 #5c1689 #164389

Monochromatic Colors of #221689

#221689

Complementary Color

#221689 #7d8916

#221689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#221689 Color CSS Codes

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

#221689 Text Font Color

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

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


#221689 Background Color

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

This div background color is #221689


#221689 Border Color

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

This div border color is #221689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221689


Comments

No comments written yet.

Please login to write comment.