Color Hex Logo

#214dad Color Hex

#214DAD
(33,77,173)
0 Favorites   0 Comments

Color spaces of #214dad

RGB 3377173
HSL0.610.680.40
HSV221°81°68°
CMYK 0.810.550.00   0.32
XYZ10.82398.648240.6340
Yxy8.64820.18010.1439
Hunter Lab29.407814.2354-61.3380
CIE-Lab35.297921.2431-55.5478

#214dad color RGB value is (33,77,173).

#214dad hex color red value is 33, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #214dad hue: 0.61 , saturation: 0.68 and the lightness value of 214dad is 0.40.

The process color (four color CMYK) of #214dad color hex is 0.81, 0.55, 0.00, 0.32. Web safe color of #214dad is #336699. Color #214dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 10101101
Octal 41 115 255
Decimal 33 77 173
Hex 21 4D AD

RGB Percentages of Color #214dad

%11.66
%27.21
%61.13

CMYK Percentages of Color #214dad

%81
%55
%0
%32

Triadic Colors of #214dad

#214dad #ad214d #4dad21

Analogous Colors of #214dad

#214dad #3b21ad #2193ad

Monochromatic Colors of #214dad

#214dad

Complementary Color

#214dad #ad8121

#214dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dad Color CSS Codes

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

#214dad Text Font Color

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

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


#214dad Background Color

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

This div background color is #214dad


#214dad Border Color

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

This div border color is #214dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dad


Comments

No comments written yet.

Please login to write comment.