Color Hex Logo

#214cca Color Hex

#214CCA
(33,76,202)
0 Favorites   0 Comments

Color spaces of #214cca

RGB 3376202
HSL0.620.720.46
HSV225°84°79°
CMYK 0.840.620.00   0.21
XYZ13.87239.756557.0292
Yxy9.75650.17200.1210
Hunter Lab31.235424.6137-86.3862
CIE-Lab37.401833.0728-69.1442

#214cca color RGB value is (33,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 11001010
Octal 41 114 312
Decimal 33 76 202
Hex 21 4C CA

RGB Percentages of Color #214cca

%10.61
%24.44
%64.95

CMYK Percentages of Color #214cca

%84
%62
%0
%21

Triadic Colors of #214cca

#214cca #ca214c #4cca21

Analogous Colors of #214cca

#214cca #4a21ca #21a1ca

Monochromatic Colors of #214cca

#214cca

Complementary Color

#214cca #ca9f21

#214cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cca Color CSS Codes

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

#214cca Text Font Color

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

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


#214cca Background Color

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

This div background color is #214cca


#214cca Border Color

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

This div border color is #214cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cca


Comments

No comments written yet.

Please login to write comment.