Color Hex Logo

#214ebf Color Hex

#214EBF
(33,78,191)
0 Favorites   0 Comments

Color spaces of #214ebf

RGB 3378191
HSL0.620.710.44
HSV223°83°75°
CMYK 0.830.590.00   0.25
XYZ12.75569.533750.4581
Yxy9.53370.17530.1311
Hunter Lab30.876719.7067-75.2769
CIE-Lab36.992227.5761-63.4042

#214ebf color RGB value is (33,78,191).

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

The process color (four color CMYK) of #214ebf color hex is 0.83, 0.59, 0.00, 0.25. Web safe color of #214ebf is #3366cc. Color #214ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 10111111
Octal 41 116 277
Decimal 33 78 191
Hex 21 4E BF

RGB Percentages of Color #214ebf

%10.93
%25.83
%63.25

CMYK Percentages of Color #214ebf

%83
%59
%0
%25

Triadic Colors of #214ebf

#214ebf #bf214e #4ebf21

Analogous Colors of #214ebf

#214ebf #4321bf #219dbf

Monochromatic Colors of #214ebf

#214ebf

Complementary Color

#214ebf #bf9221

#214ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ebf Color CSS Codes

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

#214ebf Text Font Color

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

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


#214ebf Background Color

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

This div background color is #214ebf


#214ebf Border Color

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

This div border color is #214ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ebf


Comments

No comments written yet.

Please login to write comment.