Color Hex Logo

#214dfe Color Hex

#214DFE
(33,77,254)
0 Favorites   0 Comments

Color spaces of #214dfe

RGB 3377254
HSL0.630.990.56
HSV228°87°100°
CMYK 0.870.700.00   0.00
XYZ21.170512.786895.1182
Yxy12.78680.16400.0991
Hunter Lab35.758643.1013-132.6807
CIE-Lab42.440251.1896-90.4307

#214dfe color RGB value is (33,77,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 11111110
Octal 41 115 376
Decimal 33 77 254
Hex 21 4D FE

RGB Percentages of Color #214dfe

%9.07
%21.15
%69.78

CMYK Percentages of Color #214dfe

%87
%70
%0
%0

Triadic Colors of #214dfe

#214dfe #fe214d #4dfe21

Analogous Colors of #214dfe

#214dfe #6421fe #21bcfe

Monochromatic Colors of #214dfe

#214dfe

Complementary Color

#214dfe #fed221

#214dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dfe Color CSS Codes

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

#214dfe Text Font Color

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

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


#214dfe Background Color

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

This div background color is #214dfe


#214dfe Border Color

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

This div border color is #214dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.