Color Hex Logo

#214caf Color Hex

#214CAF
(33,76,175)
0 Favorites   0 Comments

Color spaces of #214caf

RGB 3376175
HSL0.620.680.41
HSV222°81°69°
CMYK 0.810.570.00   0.31
XYZ10.94958.587441.6379
Yxy8.58740.17900.1404
Hunter Lab29.304315.4138-63.7311
CIE-Lab35.177422.6963-56.9317

#214caf color RGB value is (33,76,175).

#214caf hex color red value is 33, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #214caf hue: 0.62 , saturation: 0.68 and the lightness value of 214caf is 0.41.

The process color (four color CMYK) of #214caf color hex is 0.81, 0.57, 0.00, 0.31. Web safe color of #214caf is #333399. Color #214caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 10101111
Octal 41 114 257
Decimal 33 76 175
Hex 21 4C AF

RGB Percentages of Color #214caf

%11.62
%26.76
%61.62

CMYK Percentages of Color #214caf

%81
%57
%0
%31

Triadic Colors of #214caf

#214caf #af214c #4caf21

Analogous Colors of #214caf

#214caf #3d21af #2193af

Monochromatic Colors of #214caf

#214caf

Complementary Color

#214caf #af8421

#214caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#214caf Color CSS Codes

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

#214caf Text Font Color

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

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


#214caf Background Color

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

This div background color is #214caf


#214caf Border Color

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

This div border color is #214caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214caf


Comments

No comments written yet.

Please login to write comment.