Color Hex Logo

#214ccf Color Hex

#214CCF
(33,76,207)
0 Favorites   0 Comments

Color spaces of #214ccf

RGB 3376207
HSL0.630.730.47
HSV225°84°81°
CMYK 0.840.630.00   0.19
XYZ14.47419.997260.1983
Yxy9.99720.17090.1181
Hunter Lab31.618326.3808-90.7496
CIE-Lab37.837434.9482-71.3258

#214ccf color RGB value is (33,76,207).

#214ccf hex color red value is 33, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #214ccf hue: 0.63 , saturation: 0.73 and the lightness value of 214ccf is 0.47.

The process color (four color CMYK) of #214ccf color hex is 0.84, 0.63, 0.00, 0.19. Web safe color of #214ccf is #3333cc. Color #214ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 11001111
Octal 41 114 317
Decimal 33 76 207
Hex 21 4C CF

RGB Percentages of Color #214ccf

%10.44
%24.05
%65.51

CMYK Percentages of Color #214ccf

%84
%63
%0
%19

Triadic Colors of #214ccf

#214ccf #cf214c #4ccf21

Analogous Colors of #214ccf

#214ccf #4d21cf #21a3cf

Monochromatic Colors of #214ccf

#214ccf

Complementary Color

#214ccf #cfa421

#214ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ccf Color CSS Codes

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

#214ccf Text Font Color

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

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


#214ccf Background Color

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

This div background color is #214ccf


#214ccf Border Color

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

This div border color is #214ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ccf


Comments

No comments written yet.

Please login to write comment.