Color Hex Logo

#2163cc Color Hex

#2163CC
(33,99,204)
0 Favorites   0 Comments

Color spaces of #2163cc

RGB 3399204
HSL0.600.720.46
HSV217°84°80°
CMYK 0.840.510.00   0.20
XYZ15.988113.606658.9104
Yxy13.60660.18060.1537
Hunter Lab36.887112.8153-68.8678
CIE-Lab43.663418.8390-60.1020

#2163cc color RGB value is (33,99,204).

#2163cc hex color red value is 33, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2163cc hue: 0.60 , saturation: 0.72 and the lightness value of 2163cc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 11001100
Octal 41 143 314
Decimal 33 99 204
Hex 21 63 CC

RGB Percentages of Color #2163cc

%9.82
%29.46
%60.71

CMYK Percentages of Color #2163cc

%84
%51
%0
%20

Triadic Colors of #2163cc

#2163cc #cc2163 #63cc21

Analogous Colors of #2163cc

#2163cc #3421cc #21b9cc

Monochromatic Colors of #2163cc

#2163cc

Complementary Color

#2163cc #cc8a21

#2163cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2163cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2163cc Color CSS Codes

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

#2163cc Text Font Color

<p style="color:#2163cc">Text here</p>

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


#2163cc Background Color

<div style="background-color:#2163cc">
Div content here</div>

This div background color is #2163cc


#2163cc Border Color

<div style="border:3px solid #2163cc">
Div here</div>

This div border color is #2163cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,99,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2163cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2163cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2163cc;
  box-shadow:         1px 1px 3px 2px #2163cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2163cc


Comments

No comments written yet.

Please login to write comment.