Color Hex Logo

#2189cc Color Hex

#2189CC
(33,137,204)
0 Favorites   0 Comments

Color spaces of #2189cc

RGB 33137204
HSL0.570.720.46
HSV204°84°80°
CMYK 0.840.330.00   0.20
XYZ20.471922.574360.4050
Yxy22.57430.19790.2182
Hunter Lab47.5124-6.2356-42.1198
CIE-Lab54.6311-4.7285-42.5588

#2189cc color RGB value is (33,137,204).

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

The process color (four color CMYK) of #2189cc color hex is 0.84, 0.33, 0.00, 0.20. Web safe color of #2189cc is #3399cc. Color #2189cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001001 11001100
Octal 41 211 314
Decimal 33 137 204
Hex 21 89 CC

RGB Percentages of Color #2189cc

%8.82
%36.63
%54.55

CMYK Percentages of Color #2189cc

%84
%33
%0
%20

Triadic Colors of #2189cc

#2189cc #cc2189 #89cc21

Analogous Colors of #2189cc

#2189cc #2134cc #21ccba

Monochromatic Colors of #2189cc

#2189cc

Complementary Color

#2189cc #cc6421

#2189cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2189cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2189cc Color CSS Codes

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

#2189cc Text Font Color

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

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


#2189cc Background Color

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

This div background color is #2189cc


#2189cc Border Color

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

This div border color is #2189cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2189cc


Comments

No comments written yet.

Please login to write comment.