Color Hex Logo

#0528bd Color Hex

#0528BD
(5,40,189)
0 Favorites   0 Comments

Color spaces of #0528bd

RGB 540189
HSL0.630.950.38
HSV229°97°74°
CMYK 0.970.790.00   0.26
XYZ10.00675.224048.6250
Yxy5.22400.15670.0818
Hunter Lab22.856138.1516-110.1369
CIE-Lab27.363649.1831-78.1078

#0528bd color RGB value is (5,40,189).

#0528bd hex color red value is 5, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0528bd hue: 0.63 , saturation: 0.95 and the lightness value of 0528bd is 0.38.

The process color (four color CMYK) of #0528bd color hex is 0.97, 0.79, 0.00, 0.26. Web safe color of #0528bd is #0033cc. Color #0528bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 10111101
Octal 5 50 275
Decimal 5 40 189
Hex 5 28 BD

RGB Percentages of Color #0528bd

%2.14
%17.09
%80.77

CMYK Percentages of Color #0528bd

%97
%79
%0
%26

Triadic Colors of #0528bd

#0528bd #bd0528 #28bd05

Analogous Colors of #0528bd

#0528bd #3e05bd #0584bd

Monochromatic Colors of #0528bd

#0528bd

Complementary Color

#0528bd #bd9a05

#0528bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0528bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0528bd Color CSS Codes

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

#0528bd Text Font Color

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

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


#0528bd Background Color

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

This div background color is #0528bd


#0528bd Border Color

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

This div border color is #0528bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0528bd


Comments

No comments written yet.

Please login to write comment.