Color Hex Logo

#214ebb Color Hex

#214EBB
(33,78,187)
0 Favorites   0 Comments

Color spaces of #214ebb

RGB 3378187
HSL0.620.700.43
HSV222°82°73°
CMYK 0.820.580.00   0.27
XYZ12.32129.360048.1710
Yxy9.36000.17640.1340
Hunter Lab30.594118.3478-71.9373
CIE-Lab36.668426.0322-61.5879

#214ebb color RGB value is (33,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 10111011
Octal 41 116 273
Decimal 33 78 187
Hex 21 4E BB

RGB Percentages of Color #214ebb

%11.07
%26.17
%62.75

CMYK Percentages of Color #214ebb

%82
%58
%0
%27

Triadic Colors of #214ebb

#214ebb #bb214e #4ebb21

Analogous Colors of #214ebb

#214ebb #4121bb #219bbb

Monochromatic Colors of #214ebb

#214ebb

Complementary Color

#214ebb #bb8e21

#214ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ebb Color CSS Codes

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

#214ebb Text Font Color

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

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


#214ebb Background Color

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

This div background color is #214ebb


#214ebb Border Color

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

This div border color is #214ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ebb


Comments

No comments written yet.

Please login to write comment.