Color Hex Logo

#2171cc Color Hex

#2171CC
(33,113,204)
0 Favorites   0 Comments

Color spaces of #2171cc

RGB 33113204
HSL0.590.720.46
HSV212°84°80°
CMYK 0.840.450.00   0.20
XYZ17.431416.493259.3915
Yxy16.49320.18680.1767
Hunter Lab40.61185.5451-58.2785
CIE-Lab47.61509.8734-53.7312

#2171cc color RGB value is (33,113,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110001 11001100
Octal 41 161 314
Decimal 33 113 204
Hex 21 71 CC

RGB Percentages of Color #2171cc

%9.43
%32.29
%58.29

CMYK Percentages of Color #2171cc

%84
%45
%0
%20

Triadic Colors of #2171cc

#2171cc #cc2171 #71cc21

Analogous Colors of #2171cc

#2171cc #2621cc #21c7cc

Monochromatic Colors of #2171cc

#2171cc

Complementary Color

#2171cc #cc7c21

#2171cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2171cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2171cc Color CSS Codes

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

#2171cc Text Font Color

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

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


#2171cc Background Color

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

This div background color is #2171cc


#2171cc Border Color

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

This div border color is #2171cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2171cc


Comments

No comments written yet.

Please login to write comment.