Color Hex Logo

#216ecb Color Hex

#216ECB
(33,110,203)
0 Favorites   0 Comments

Color spaces of #216ecb

RGB 33110203
HSL0.590.720.46
HSV213°84°80°
CMYK 0.840.460.00   0.20
XYZ16.982615.787058.6520
Yxy15.78700.18580.1727
Hunter Lab39.73296.7619-59.7084
CIE-Lab46.693811.3850-54.6385

#216ecb color RGB value is (33,110,203).

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

The process color (four color CMYK) of #216ecb color hex is 0.84, 0.46, 0.00, 0.20. Web safe color of #216ecb is #3366cc. Color #216ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 11001011
Octal 41 156 313
Decimal 33 110 203
Hex 21 6E CB

RGB Percentages of Color #216ecb

%9.54
%31.79
%58.67

CMYK Percentages of Color #216ecb

%84
%46
%0
%20

Triadic Colors of #216ecb

#216ecb #cb216e #6ecb21

Analogous Colors of #216ecb

#216ecb #2921cb #21c3cb

Monochromatic Colors of #216ecb

#216ecb

Complementary Color

#216ecb #cb7e21

#216ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#216ecb Color CSS Codes

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

#216ecb Text Font Color

<p style="color:#216ecb">Text here</p>

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


#216ecb Background Color

<div style="background-color:#216ecb">
Div content here</div>

This div background color is #216ecb


#216ecb Border Color

<div style="border:3px solid #216ecb">
Div here</div>

This div border color is #216ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216ecb


Comments

No comments written yet.

Please login to write comment.