Color Hex Logo

#2147cc Color Hex

#2147CC
(33,71,204)
0 Favorites   0 Comments

Color spaces of #2147cc

RGB 3371204
HSL0.630.720.46
HSV227°84°80°
CMYK 0.840.650.00   0.20
XYZ13.77959.189458.1742
Yxy9.18940.16980.1132
Hunter Lab30.314028.0892-92.5608
CIE-Lab36.346437.0335-72.0357

#2147cc color RGB value is (33,71,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 11001100
Octal 41 107 314
Decimal 33 71 204
Hex 21 47 CC

RGB Percentages of Color #2147cc

%10.71
%23.05
%66.23

CMYK Percentages of Color #2147cc

%84
%65
%0
%20

Triadic Colors of #2147cc

#2147cc #cc2147 #47cc21

Analogous Colors of #2147cc

#2147cc #5121cc #219dcc

Monochromatic Colors of #2147cc

#2147cc

Complementary Color

#2147cc #cca621

#2147cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2147cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2147cc Color CSS Codes

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

#2147cc Text Font Color

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

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


#2147cc Background Color

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

This div background color is #2147cc


#2147cc Border Color

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

This div border color is #2147cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2147cc


Comments

No comments written yet.

Please login to write comment.