Color Hex Logo

#214edb Color Hex

#214EDB
(33,78,219)
0 Favorites   0 Comments

Color spaces of #214edb

RGB 3378219
HSL0.630.740.49
HSV225°85°86°
CMYK 0.850.640.00   0.14
XYZ16.137810.886668.2686
Yxy10.88660.16930.1142
Hunter Lab32.994829.5635-99.5787
CIE-Lab39.388838.1226-75.6810

#214edb color RGB value is (33,78,219).

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

The process color (four color CMYK) of #214edb color hex is 0.85, 0.64, 0.00, 0.14. Web safe color of #214edb is #3366cc. Color #214edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 11011011
Octal 41 116 333
Decimal 33 78 219
Hex 21 4E DB

RGB Percentages of Color #214edb

%10.00
%23.64
%66.36

CMYK Percentages of Color #214edb

%85
%64
%0
%14

Triadic Colors of #214edb

#214edb #db214e #4edb21

Analogous Colors of #214edb

#214edb #5121db #21abdb

Monochromatic Colors of #214edb

#214edb

Complementary Color

#214edb #dbae21

#214edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214edb Color CSS Codes

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

#214edb Text Font Color

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

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


#214edb Background Color

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

This div background color is #214edb


#214edb Border Color

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

This div border color is #214edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214edb


Comments

No comments written yet.

Please login to write comment.