Color Hex Logo

#214bef Color Hex

#214BEF
(33,75,239)
0 Favorites   0 Comments

Color spaces of #214bef

RGB 3375239
HSL0.630.870.53
HSV228°86°94°
CMYK 0.860.690.00   0.06
XYZ18.723311.587582.9111
Yxy11.58750.16540.1023
Hunter Lab34.040438.6099-120.5824
CIE-Lab40.552947.1651-85.1287

#214bef color RGB value is (33,75,239).

#214bef hex color red value is 33, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #214bef hue: 0.63 , saturation: 0.87 and the lightness value of 214bef is 0.53.

The process color (four color CMYK) of #214bef color hex is 0.86, 0.69, 0.00, 0.06. Web safe color of #214bef is #3333ff. Color #214bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001011 11101111
Octal 41 113 357
Decimal 33 75 239
Hex 21 4B EF

RGB Percentages of Color #214bef

%9.51
%21.61
%68.88

CMYK Percentages of Color #214bef

%86
%69
%0
%6

Triadic Colors of #214bef

#214bef #ef214b #4bef21

Analogous Colors of #214bef

#214bef #5e21ef #21b2ef

Monochromatic Colors of #214bef

#214bef

Complementary Color

#214bef #efc521

#214bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#214bef Color CSS Codes

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

#214bef Text Font Color

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

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


#214bef Background Color

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

This div background color is #214bef


#214bef Border Color

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

This div border color is #214bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214bef


Comments

No comments written yet.

Please login to write comment.