Color Hex Logo

#5063bd Color Hex

#5063BD
(80,99,189)
0 Favorites   0 Comments

Color spaces of #5063bd

RGB 8099189
HSL0.640.450.53
HSV230°58°74°
CMYK 0.580.480.00   0.26
XYZ16.955414.303350.0113
Yxy14.30330.20860.1760
Hunter Lab37.819713.8410-51.9290
CIE-Lab44.664819.9802-49.7174

#5063bd color RGB value is (80,99,189).

#5063bd hex color red value is 80, green value is 99 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5063bd hue: 0.64 , saturation: 0.45 and the lightness value of 5063bd is 0.53.

The process color (four color CMYK) of #5063bd color hex is 0.58, 0.48, 0.00, 0.26. Web safe color of #5063bd is #6666cc. Color #5063bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 10111101
Octal 120 143 275
Decimal 80 99 189
Hex 50 63 BD

RGB Percentages of Color #5063bd

%21.74
%26.90
%51.36

CMYK Percentages of Color #5063bd

%58
%48
%0
%26

Triadic Colors of #5063bd

#5063bd #bd5063 #63bd50

Analogous Colors of #5063bd

#5063bd #7450bd #509abd

Monochromatic Colors of #5063bd

#5063bd

Complementary Color

#5063bd #bdaa50

#5063bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5063bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5063bd Color CSS Codes

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

#5063bd Text Font Color

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

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


#5063bd Background Color

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

This div background color is #5063bd


#5063bd Border Color

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

This div border color is #5063bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5063bd


Comments

No comments written yet.

Please login to write comment.