Color Hex Logo

#214cfe Color Hex

#214CFE
(33,76,254)
0 Favorites   0 Comments

Color spaces of #214cfe

RGB 3376254
HSL0.630.990.56
HSV228°87°100°
CMYK 0.870.700.00   0.00
XYZ21.101012.648095.0951
Yxy12.64800.16380.0982
Hunter Lab35.564043.6713-133.6415
CIE-Lab42.228051.7724-90.7811

#214cfe color RGB value is (33,76,254).

#214cfe hex color red value is 33, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #214cfe hue: 0.63 , saturation: 0.99 and the lightness value of 214cfe is 0.56.

The process color (four color CMYK) of #214cfe color hex is 0.87, 0.70, 0.00, 0.00. Web safe color of #214cfe is #3333ff. Color #214cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 11111110
Octal 41 114 376
Decimal 33 76 254
Hex 21 4C FE

RGB Percentages of Color #214cfe

%9.09
%20.94
%69.97

CMYK Percentages of Color #214cfe

%87
%70
%0
%0

Triadic Colors of #214cfe

#214cfe #fe214c #4cfe21

Analogous Colors of #214cfe

#214cfe #6521fe #21bbfe

Monochromatic Colors of #214cfe

#214cfe

Complementary Color

#214cfe #fed321

#214cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cfe Color CSS Codes

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

#214cfe Text Font Color

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

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


#214cfe Background Color

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

This div background color is #214cfe


#214cfe Border Color

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

This div border color is #214cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.