Color Hex Logo

#214cbc Color Hex

#214CBC
(33,76,188)
0 Favorites   0 Comments

Color spaces of #214cbc

RGB 3376188
HSL0.620.700.43
HSV223°82°74°
CMYK 0.820.600.00   0.26
XYZ12.28879.123148.6902
Yxy9.12310.17530.1301
Hunter Lab30.204519.7650-74.4335
CIE-Lab36.220227.7412-62.9061

#214cbc color RGB value is (33,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 10111100
Octal 41 114 274
Decimal 33 76 188
Hex 21 4C BC

RGB Percentages of Color #214cbc

%11.11
%25.59
%63.30

CMYK Percentages of Color #214cbc

%82
%60
%0
%26

Triadic Colors of #214cbc

#214cbc #bc214c #4cbc21

Analogous Colors of #214cbc

#214cbc #4421bc #219abc

Monochromatic Colors of #214cbc

#214cbc

Complementary Color

#214cbc #bc9121

#214cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cbc Color CSS Codes

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

#214cbc Text Font Color

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

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


#214cbc Background Color

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

This div background color is #214cbc


#214cbc Border Color

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

This div border color is #214cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cbc


Comments

No comments written yet.

Please login to write comment.