Color Hex Logo

#214dff Color Hex

#214DFF
(33,77,255)
0 Favorites   0 Comments

Color spaces of #214dff

RGB 3377255
HSL0.631.000.56
HSV228°87°100°
CMYK 0.870.700.00   0.00
XYZ21.331112.851195.9640
Yxy12.85110.16390.0987
Hunter Lab35.848443.4791-133.6217
CIE-Lab42.538051.5326-90.8271

#214dff color RGB value is (33,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 11111111
Octal 41 115 377
Decimal 33 77 255
Hex 21 4D FF

RGB Percentages of Color #214dff

%9.04
%21.10
%69.86

CMYK Percentages of Color #214dff

%87
%70
%0
%0

Triadic Colors of #214dff

#214dff #ff214d #4dff21

Analogous Colors of #214dff

#214dff #6421ff #21bcff

Monochromatic Colors of #214dff

#214dff

Complementary Color

#214dff #ffd321

#214dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dff Color CSS Codes

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

#214dff Text Font Color

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

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


#214dff Background Color

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

This div background color is #214dff


#214dff Border Color

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

This div border color is #214dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dff

Related Colors


Comments

No comments written yet.

Please login to write comment.