Color Hex Logo

#211589 Color Hex

#211589
(33,21,137)
0 Favorites   0 Comments

Color spaces of #211589

RGB 3321137
HSL0.680.730.31
HSV246°85°54°
CMYK 0.760.850.00   0.46
XYZ5.41072.665823.8963
Yxy2.66580.16920.0834
Hunter Lab16.327330.5804-75.3466
CIE-Lab18.652442.9784-60.8932

#211589 color RGB value is (33,21,137).

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

The process color (four color CMYK) of #211589 color hex is 0.76, 0.85, 0.00, 0.46. Web safe color of #211589 is #330099. Color #211589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010101 10001001
Octal 41 25 211
Decimal 33 21 137
Hex 21 15 89

RGB Percentages of Color #211589

%17.28
%10.99
%71.73

CMYK Percentages of Color #211589

%76
%85
%0
%46

Triadic Colors of #211589

#211589 #892115 #158921

Analogous Colors of #211589

#211589 #5b1589 #154389

Monochromatic Colors of #211589

#211589

Complementary Color

#211589 #7d8915

#211589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211589 Color CSS Codes

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

#211589 Text Font Color

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

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


#211589 Background Color

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

This div background color is #211589


#211589 Border Color

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

This div border color is #211589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211589


Comments

No comments written yet.

Please login to write comment.