Color Hex Logo

#214ff0 Color Hex

#214FF0
(33,79,240)
0 Favorites   0 Comments

Color spaces of #214ff0

RGB 3379240
HSL0.630.870.54
HSV227°86°94°
CMYK 0.860.670.00   0.06
XYZ19.151412.206683.7848
Yxy12.20660.16630.1060
Hunter Lab34.937936.7042-117.7270
CIE-Lab41.542645.0996-84.0616

#214ff0 color RGB value is (33,79,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 11110000
Octal 41 117 360
Decimal 33 79 240
Hex 21 4F F0

RGB Percentages of Color #214ff0

%9.38
%22.44
%68.18

CMYK Percentages of Color #214ff0

%86
%67
%0
%6

Triadic Colors of #214ff0

#214ff0 #f0214f #4ff021

Analogous Colors of #214ff0

#214ff0 #5b21f0 #21b7f0

Monochromatic Colors of #214ff0

#214ff0

Complementary Color

#214ff0 #f0c221

#214ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ff0 Color CSS Codes

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

#214ff0 Text Font Color

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

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


#214ff0 Background Color

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

This div background color is #214ff0


#214ff0 Border Color

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

This div border color is #214ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ff0


Comments

No comments written yet.

Please login to write comment.