Color Hex Logo

#214adb Color Hex

#214ADB
(33,74,219)
0 Favorites   0 Comments

Color spaces of #214adb

RGB 3374219
HSL0.630.740.49
HSV227°85°86°
CMYK 0.850.660.00   0.14
XYZ15.862210.335468.1767
Yxy10.33540.16810.1095
Hunter Lab32.148731.8118-103.2302
CIE-Lab38.437840.6367-77.2438

#214adb color RGB value is (33,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001010 11011011
Octal 41 112 333
Decimal 33 74 219
Hex 21 4A DB

RGB Percentages of Color #214adb

%10.12
%22.70
%67.18

CMYK Percentages of Color #214adb

%85
%66
%0
%14

Triadic Colors of #214adb

#214adb #db214a #4adb21

Analogous Colors of #214adb

#214adb #5521db #21a7db

Monochromatic Colors of #214adb

#214adb

Complementary Color

#214adb #dbb221

#214adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214adb Color CSS Codes

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

#214adb Text Font Color

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

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


#214adb Background Color

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

This div background color is #214adb


#214adb Border Color

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

This div border color is #214adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214adb


Comments

No comments written yet.

Please login to write comment.