Color Hex Logo

#214dc5 Color Hex

#214DC5
(33,77,197)
0 Favorites   0 Comments

Color spaces of #214dc5

RGB 3377197
HSL0.620.710.45
HSV224°83°77°
CMYK 0.830.610.00   0.23
XYZ13.35919.662353.9842
Yxy9.66230.17350.1255
Hunter Lab31.084222.3167-81.2104
CIE-Lab37.229430.5288-66.5196

#214dc5 color RGB value is (33,77,197).

#214dc5 hex color red value is 33, green value is 77 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #214dc5 hue: 0.62 , saturation: 0.71 and the lightness value of 214dc5 is 0.45.

The process color (four color CMYK) of #214dc5 color hex is 0.83, 0.61, 0.00, 0.23. Web safe color of #214dc5 is #3366cc. Color #214dc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 11000101
Octal 41 115 305
Decimal 33 77 197
Hex 21 4D C5

RGB Percentages of Color #214dc5

%10.75
%25.08
%64.17

CMYK Percentages of Color #214dc5

%83
%61
%0
%23

Triadic Colors of #214dc5

#214dc5 #c5214d #4dc521

Analogous Colors of #214dc5

#214dc5 #4721c5 #219fc5

Monochromatic Colors of #214dc5

#214dc5

Complementary Color

#214dc5 #c59921

#214dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dc5 Color CSS Codes

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

#214dc5 Text Font Color

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

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


#214dc5 Background Color

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

This div background color is #214dc5


#214dc5 Border Color

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

This div border color is #214dc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dc5


Comments

No comments written yet.

Please login to write comment.