Color Hex Logo

#214eff Color Hex

#214EFF
(33,78,255)
0 Favorites   0 Comments

Color spaces of #214eff

RGB 3378255
HSL0.631.000.56
HSV228°87°100°
CMYK 0.870.690.00   0.00
XYZ21.401612.992195.9875
Yxy12.99210.16410.0996
Hunter Lab36.044642.9071-132.6595
CIE-Lab42.751350.9475-90.4750

#214eff color RGB value is (33,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 11111111
Octal 41 116 377
Decimal 33 78 255
Hex 21 4E FF

RGB Percentages of Color #214eff

%9.02
%21.31
%69.67

CMYK Percentages of Color #214eff

%87
%69
%0
%0

Triadic Colors of #214eff

#214eff #ff214e #4eff21

Analogous Colors of #214eff

#214eff #6321ff #21bdff

Monochromatic Colors of #214eff

#214eff

Complementary Color

#214eff #ffd221

#214eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#214eff Color CSS Codes

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

#214eff Text Font Color

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

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


#214eff Background Color

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

This div background color is #214eff


#214eff Border Color

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

This div border color is #214eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214eff

Related Colors


Comments

No comments written yet.

Please login to write comment.