Color Hex Logo

#2187bd Color Hex

#2187BD
(33,135,189)
0 Favorites   0 Comments

Color spaces of #2187bd

RGB 33135189
HSL0.560.700.44
HSV201°83°74°
CMYK 0.830.290.00   0.26
XYZ18.476521.325451.2865
Yxy21.32540.20280.2341
Hunter Lab46.1794-9.3957-33.5214
CIE-Lab53.3038-9.0798-36.1231

#2187bd color RGB value is (33,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000111 10111101
Octal 41 207 275
Decimal 33 135 189
Hex 21 87 BD

RGB Percentages of Color #2187bd

%9.24
%37.82
%52.94

CMYK Percentages of Color #2187bd

%83
%29
%0
%26

Triadic Colors of #2187bd

#2187bd #bd2187 #87bd21

Analogous Colors of #2187bd

#2187bd #2139bd #21bda5

Monochromatic Colors of #2187bd

#2187bd

Complementary Color

#2187bd #bd5721

#2187bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2187bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2187bd Color CSS Codes

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

#2187bd Text Font Color

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

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


#2187bd Background Color

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

This div background color is #2187bd


#2187bd Border Color

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

This div border color is #2187bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2187bd


Comments

No comments written yet.

Please login to write comment.