Color Hex Logo

#221aab Color Hex

#221AAB
(34,26,171)
0 Favorites   0 Comments

Color spaces of #221aab

RGB 3426171
HSL0.680.740.39
HSV243°85°67°
CMYK 0.800.850.00   0.33
XYZ8.37984.019138.8622
Yxy4.01910.16350.0784
Hunter Lab20.047739.5283-100.8995
CIE-Lab23.734551.2674-73.3607

#221aab color RGB value is (34,26,171).

#221aab hex color red value is 34, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #221aab hue: 0.68 , saturation: 0.74 and the lightness value of 221aab is 0.39.

The process color (four color CMYK) of #221aab color hex is 0.80, 0.85, 0.00, 0.33. Web safe color of #221aab is #333399. Color #221aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011010 10101011
Octal 42 32 253
Decimal 34 26 171
Hex 22 1A AB

RGB Percentages of Color #221aab

%14.72
%11.26
%74.03

CMYK Percentages of Color #221aab

%80
%85
%0
%33

Triadic Colors of #221aab

#221aab #ab221a #1aab22

Analogous Colors of #221aab

#221aab #6b1aab #1a5bab

Monochromatic Colors of #221aab

#221aab

Complementary Color

#221aab #a3ab1a

#221aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#221aab Color CSS Codes

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

#221aab Text Font Color

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

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


#221aab Background Color

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

This div background color is #221aab


#221aab Border Color

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

This div border color is #221aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,26,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221aab;
  -webkit-box-shadow: 1px 1px 3px 2px #221aab;
  box-shadow:         1px 1px 3px 2px #221aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221aab


Comments

No comments written yet.

Please login to write comment.