Color Hex Logo

#211eab Color Hex

#211EAB
(33,30,171)
0 Favorites   0 Comments

Color spaces of #211eab

RGB 3330171
HSL0.670.700.39
HSV241°82°67°
CMYK 0.810.820.00   0.33
XYZ8.44224.192238.8923
Yxy4.19220.16380.0814
Hunter Lab20.474937.7682-98.2898
CIE-Lab24.296949.3941-72.4276

#211eab color RGB value is (33,30,171).

#211eab hex color red value is 33, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #211eab hue: 0.67 , saturation: 0.70 and the lightness value of 211eab is 0.39.

The process color (four color CMYK) of #211eab color hex is 0.81, 0.82, 0.00, 0.33. Web safe color of #211eab is #333399. Color #211eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011110 10101011
Octal 41 36 253
Decimal 33 30 171
Hex 21 1E AB

RGB Percentages of Color #211eab

%14.10
%12.82
%73.08

CMYK Percentages of Color #211eab

%81
%82
%0
%33

Triadic Colors of #211eab

#211eab #ab211e #1eab21

Analogous Colors of #211eab

#211eab #681eab #1e61ab

Monochromatic Colors of #211eab

#211eab

Complementary Color

#211eab #a8ab1e

#211eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#211eab Color CSS Codes

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

#211eab Text Font Color

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

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


#211eab Background Color

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

This div background color is #211eab


#211eab Border Color

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

This div border color is #211eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #211eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #211eab;
  -webkit-box-shadow: 1px 1px 3px 2px #211eab;
  box-shadow:         1px 1px 3px 2px #211eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,30,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 #211eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211eab


Comments

No comments written yet.

Please login to write comment.