Color Hex Logo

#2d57bd Color Hex

#2D57BD
(45,87,189)
0 Favorites   0 Comments

Color spaces of #2d57bd

RGB 4587189
HSL0.620.620.46
HSV223°76°74°
CMYK 0.760.540.00   0.26
XYZ13.675711.048449.5559
Yxy11.04840.18410.1487
Hunter Lab33.239115.2724-65.1275
CIE-Lab39.661922.0816-57.8733

#2d57bd color RGB value is (45,87,189).

#2d57bd hex color red value is 45, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2d57bd hue: 0.62 , saturation: 0.62 and the lightness value of 2d57bd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 01010111 10111101
Octal 55 127 275
Decimal 45 87 189
Hex 2D 57 BD

RGB Percentages of Color #2d57bd

%14.02
%27.10
%58.88

CMYK Percentages of Color #2d57bd

%76
%54
%0
%26

Triadic Colors of #2d57bd

#2d57bd #bd2d57 #57bd2d

Analogous Colors of #2d57bd

#2d57bd #4b2dbd #2d9fbd

Monochromatic Colors of #2d57bd

#2d57bd

Complementary Color

#2d57bd #bd932d

#2d57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d57bd Color CSS Codes

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

#2d57bd Text Font Color

<p style="color:#2d57bd">Text here</p>

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


#2d57bd Background Color

<div style="background-color:#2d57bd">
Div content here</div>

This div background color is #2d57bd


#2d57bd Border Color

<div style="border:3px solid #2d57bd">
Div here</div>

This div border color is #2d57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d57bd


Comments

No comments written yet.

Please login to write comment.