Color Hex Logo

#214efc Color Hex

#214EFC
(33,78,252)
0 Favorites   0 Comments

Color spaces of #214efc

RGB 3378252
HSL0.630.970.56
HSV228°87°99°
CMYK 0.870.690.00   0.01
XYZ20.922312.800493.4635
Yxy12.80040.16450.1006
Hunter Lab35.777641.7736-129.8415
CIE-Lab42.460949.9112-89.2798

#214efc color RGB value is (33,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 11111100
Octal 41 116 374
Decimal 33 78 252
Hex 21 4E FC

RGB Percentages of Color #214efc

%9.09
%21.49
%69.42

CMYK Percentages of Color #214efc

%87
%69
%0
%1

Triadic Colors of #214efc

#214efc #fc214e #4efc21

Analogous Colors of #214efc

#214efc #6221fc #21bcfc

Monochromatic Colors of #214efc

#214efc

Complementary Color

#214efc #fccf21

#214efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#214efc Color CSS Codes

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

#214efc Text Font Color

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

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


#214efc Background Color

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

This div background color is #214efc


#214efc Border Color

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

This div border color is #214efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214efc


Comments

No comments written yet.

Please login to write comment.