Color Hex Logo

#214ccb Color Hex

#214CCB
(33,76,203)
0 Favorites   0 Comments

Color spaces of #214ccb

RGB 3376203
HSL0.620.720.46
HSV225°84°80°
CMYK 0.840.630.00   0.20
XYZ13.99119.804057.6549
Yxy9.80400.17180.1204
Hunter Lab31.311324.9658-87.2553
CIE-Lab37.488333.4492-69.5825

#214ccb color RGB value is (33,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 11001011
Octal 41 114 313
Decimal 33 76 203
Hex 21 4C CB

RGB Percentages of Color #214ccb

%10.58
%24.36
%65.06

CMYK Percentages of Color #214ccb

%84
%63
%0
%20

Triadic Colors of #214ccb

#214ccb #cb214c #4ccb21

Analogous Colors of #214ccb

#214ccb #4b21cb #21a1cb

Monochromatic Colors of #214ccb

#214ccb

Complementary Color

#214ccb #cba021

#214ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ccb Color CSS Codes

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

#214ccb Text Font Color

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

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


#214ccb Background Color

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

This div background color is #214ccb


#214ccb Border Color

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

This div border color is #214ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ccb


Comments

No comments written yet.

Please login to write comment.