Color Hex Logo

#214aca Color Hex

#214ACA
(33,74,202)
0 Favorites   0 Comments

Color spaces of #214aca

RGB 3374202
HSL0.630.720.46
HSV225°84°79°
CMYK 0.840.630.00   0.21
XYZ13.73669.485256.9839
Yxy9.48520.17130.1183
Hunter Lab30.798125.7183-88.1423
CIE-Lab36.902234.3652-69.9630

#214aca color RGB value is (33,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001010 11001010
Octal 41 112 312
Decimal 33 74 202
Hex 21 4A CA

RGB Percentages of Color #214aca

%10.68
%23.95
%65.37

CMYK Percentages of Color #214aca

%84
%63
%0
%21

Triadic Colors of #214aca

#214aca #ca214a #4aca21

Analogous Colors of #214aca

#214aca #4d21ca #219fca

Monochromatic Colors of #214aca

#214aca

Complementary Color

#214aca #caa121

#214aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#214aca Color CSS Codes

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

#214aca Text Font Color

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

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


#214aca Background Color

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

This div background color is #214aca


#214aca Border Color

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

This div border color is #214aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,74,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 #214aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214aca


Comments

No comments written yet.

Please login to write comment.