Color Hex Logo

#2157bd Color Hex

#2157BD
(33,87,189)
0 Favorites   0 Comments

Color spaces of #2157bd

RGB 3387189
HSL0.610.700.44
HSV219°83°74°
CMYK 0.830.540.00   0.26
XYZ13.220710.813849.5346
Yxy10.81380.17970.1470
Hunter Lab32.884314.2159-66.2911
CIE-Lab39.265120.8534-58.5354

#2157bd color RGB value is (33,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010111 10111101
Octal 41 127 275
Decimal 33 87 189
Hex 21 57 BD

RGB Percentages of Color #2157bd

%10.68
%28.16
%61.17

CMYK Percentages of Color #2157bd

%83
%54
%0
%26

Triadic Colors of #2157bd

#2157bd #bd2157 #57bd21

Analogous Colors of #2157bd

#2157bd #3921bd #21a5bd

Monochromatic Colors of #2157bd

#2157bd

Complementary Color

#2157bd #bd8721

#2157bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2157bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2157bd Color CSS Codes

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

#2157bd Text Font Color

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

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


#2157bd Background Color

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

This div background color is #2157bd


#2157bd Border Color

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

This div border color is #2157bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2157bd


Comments

No comments written yet.

Please login to write comment.