Color Hex Logo

#2188bd Color Hex

#2188BD
(33,136,189)
0 Favorites   0 Comments

Color spaces of #2188bd

RGB 33136189
HSL0.560.700.44
HSV200°83°74°
CMYK 0.830.280.00   0.26
XYZ18.616721.605851.3332
Yxy21.60580.20330.2360
Hunter Lab46.4820-9.8518-32.9405
CIE-Lab53.6062-9.6526-35.6489

#2188bd color RGB value is (33,136,189).

#2188bd hex color red value is 33, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2188bd hue: 0.56 , saturation: 0.70 and the lightness value of 2188bd is 0.44.

The process color (four color CMYK) of #2188bd color hex is 0.83, 0.28, 0.00, 0.26. Web safe color of #2188bd is #3399cc. Color #2188bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001000 10111101
Octal 41 210 275
Decimal 33 136 189
Hex 21 88 BD

RGB Percentages of Color #2188bd

%9.22
%37.99
%52.79

CMYK Percentages of Color #2188bd

%83
%28
%0
%26

Triadic Colors of #2188bd

#2188bd #bd2188 #88bd21

Analogous Colors of #2188bd

#2188bd #213abd #21bda4

Monochromatic Colors of #2188bd

#2188bd

Complementary Color

#2188bd #bd5621

#2188bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2188bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2188bd Color CSS Codes

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

#2188bd Text Font Color

<p style="color:#2188bd">Text here</p>

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


#2188bd Background Color

<div style="background-color:#2188bd">
Div content here</div>

This div background color is #2188bd


#2188bd Border Color

<div style="border:3px solid #2188bd">
Div here</div>

This div border color is #2188bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,136,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2188bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2188bd;
  -webkit-box-shadow: 1px 1px 3px 2px #2188bd;
  box-shadow:         1px 1px 3px 2px #2188bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2188bd


Comments

No comments written yet.

Please login to write comment.