Color Hex Logo

#214fec Color Hex

#214FEC
(33,79,236)
0 Favorites   0 Comments

Color spaces of #214fec

RGB 3379236
HSL0.630.840.53
HSV226°86°93°
CMYK 0.860.670.00   0.07
XYZ18.563511.971480.6892
Yxy11.97140.16690.1076
Hunter Lab34.599735.2197-114.0491
CIE-Lab41.170643.6723-82.4174

#214fec color RGB value is (33,79,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 11101100
Octal 41 117 354
Decimal 33 79 236
Hex 21 4F EC

RGB Percentages of Color #214fec

%9.48
%22.70
%67.82

CMYK Percentages of Color #214fec

%86
%67
%0
%7

Triadic Colors of #214fec

#214fec #ec214f #4fec21

Analogous Colors of #214fec

#214fec #5821ec #21b5ec

Monochromatic Colors of #214fec

#214fec

Complementary Color

#214fec #ecbe21

#214fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#214fec Color CSS Codes

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

#214fec Text Font Color

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

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


#214fec Background Color

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

This div background color is #214fec


#214fec Border Color

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

This div border color is #214fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214fec


Comments

No comments written yet.

Please login to write comment.