Color Hex Logo

#214cbb Color Hex

#214CBB
(33,76,187)
0 Favorites   0 Comments

Color spaces of #214cbb

RGB 3376187
HSL0.620.700.43
HSV223°82°73°
CMYK 0.820.590.00   0.27
XYZ12.18139.080148.1243
Yxy9.08010.17560.1309
Hunter Lab30.133219.4252-73.5960
CIE-Lab36.138127.3567-62.4529

#214cbb color RGB value is (33,76,187).

#214cbb hex color red value is 33, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #214cbb hue: 0.62 , saturation: 0.70 and the lightness value of 214cbb is 0.43.

The process color (four color CMYK) of #214cbb color hex is 0.82, 0.59, 0.00, 0.27. Web safe color of #214cbb is #3333cc. Color #214cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 10111011
Octal 41 114 273
Decimal 33 76 187
Hex 21 4C BB

RGB Percentages of Color #214cbb

%11.15
%25.68
%63.18

CMYK Percentages of Color #214cbb

%82
%59
%0
%27

Triadic Colors of #214cbb

#214cbb #bb214c #4cbb21

Analogous Colors of #214cbb

#214cbb #4321bb #2199bb

Monochromatic Colors of #214cbb

#214cbb

Complementary Color

#214cbb #bb9021

#214cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cbb Color CSS Codes

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

#214cbb Text Font Color

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

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


#214cbb Background Color

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

This div background color is #214cbb


#214cbb Border Color

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

This div border color is #214cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,76,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #214cbb;
  box-shadow:         1px 1px 3px 2px #214cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cbb


Comments

No comments written yet.

Please login to write comment.