Color Hex Logo

#0520bd Color Hex

#0520BD
(5,32,189)
0 Favorites   0 Comments

Color spaces of #0520bd

RGB 532189
HSL0.640.950.38
HSV231°97°74°
CMYK 0.970.830.00   0.26
XYZ9.76444.739448.5443
Yxy4.73940.15490.0752
Hunter Lab21.770241.9634-116.9690
CIE-Lab25.979053.2301-80.4104

#0520bd color RGB value is (5,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 10111101
Octal 5 40 275
Decimal 5 32 189
Hex 5 20 BD

RGB Percentages of Color #0520bd

%2.21
%14.16
%83.63

CMYK Percentages of Color #0520bd

%97
%83
%0
%26

Triadic Colors of #0520bd

#0520bd #bd0520 #20bd05

Analogous Colors of #0520bd

#0520bd #4605bd #057cbd

Monochromatic Colors of #0520bd

#0520bd

Complementary Color

#0520bd #bda205

#0520bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0520bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0520bd Color CSS Codes

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

#0520bd Text Font Color

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

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


#0520bd Background Color

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

This div background color is #0520bd


#0520bd Border Color

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

This div border color is #0520bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0520bd


Comments

No comments written yet.

Please login to write comment.