Color Hex Logo

#211cbd Color Hex

#211CBD
(33,28,189)
0 Favorites   0 Comments

Color spaces of #211cbd

RGB 3328189
HSL0.670.740.43
HSV242°85°74°
CMYK 0.830.850.00   0.26
XYZ10.22784.828048.5369
Yxy4.82800.16080.0759
Hunter Lab21.972744.6355-115.5885
CIE-Lab26.239055.7569-79.9544

#211cbd color RGB value is (33,28,189).

#211cbd hex color red value is 33, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #211cbd hue: 0.67 , saturation: 0.74 and the lightness value of 211cbd is 0.43.

The process color (four color CMYK) of #211cbd color hex is 0.83, 0.85, 0.00, 0.26. Web safe color of #211cbd is #3333cc. Color #211cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011100 10111101
Octal 41 34 275
Decimal 33 28 189
Hex 21 1C BD

RGB Percentages of Color #211cbd

%13.20
%11.20
%75.60

CMYK Percentages of Color #211cbd

%83
%85
%0
%26

Triadic Colors of #211cbd

#211cbd #bd211c #1cbd21

Analogous Colors of #211cbd

#211cbd #721cbd #1c68bd

Monochromatic Colors of #211cbd

#211cbd

Complementary Color

#211cbd #b8bd1c

#211cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#211cbd Color CSS Codes

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

#211cbd Text Font Color

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

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


#211cbd Background Color

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

This div background color is #211cbd


#211cbd Border Color

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

This div border color is #211cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,28,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211cbd


Comments

No comments written yet.

Please login to write comment.