Color Hex Logo

#221abe Color Hex

#221ABE
(34,26,190)
0 Favorites   0 Comments

Color spaces of #221abe

RGB 3426190
HSL0.670.760.42
HSV243°86°75°
CMYK 0.820.860.00   0.25
XYZ10.32334.796649.0969
Yxy4.79660.16080.0747
Hunter Lab21.901145.8106-117.5826
CIE-Lab26.147256.8904-80.6980

#221abe color RGB value is (34,26,190).

#221abe hex color red value is 34, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #221abe hue: 0.67 , saturation: 0.76 and the lightness value of 221abe is 0.42.

The process color (four color CMYK) of #221abe color hex is 0.82, 0.86, 0.00, 0.25. Web safe color of #221abe is #3333cc. Color #221abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011010 10111110
Octal 42 32 276
Decimal 34 26 190
Hex 22 1A BE

RGB Percentages of Color #221abe

%13.60
%10.40
%76.00

CMYK Percentages of Color #221abe

%82
%86
%0
%25

Triadic Colors of #221abe

#221abe #be221a #1abe22

Analogous Colors of #221abe

#221abe #741abe #1a64be

Monochromatic Colors of #221abe

#221abe

Complementary Color

#221abe #b6be1a

#221abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#221abe Color CSS Codes

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

#221abe Text Font Color

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

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


#221abe Background Color

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

This div background color is #221abe


#221abe Border Color

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

This div border color is #221abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221abe

#221abe Color Palettes


Comments

No comments written yet.

Please login to write comment.