Color Hex Logo

#5048bd Color Hex

#5048BD
(80,72,189)
0 Favorites   0 Comments

Color spaces of #5048bd

RGB 8072189
HSL0.680.470.51
HSV244°62°74°
CMYK 0.580.620.00   0.26
XYZ14.810910.014349.2964
Yxy10.01430.19980.1351
Hunter Lab31.645428.1635-70.2088
CIE-Lab37.868136.8712-60.6971

#5048bd color RGB value is (80,72,189).

#5048bd hex color red value is 80, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5048bd hue: 0.68 , saturation: 0.47 and the lightness value of 5048bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 10111101
Octal 120 110 275
Decimal 80 72 189
Hex 50 48 BD

RGB Percentages of Color #5048bd

%23.46
%21.11
%55.43

CMYK Percentages of Color #5048bd

%58
%62
%0
%26

Triadic Colors of #5048bd

#5048bd #bd5048 #48bd50

Analogous Colors of #5048bd

#5048bd #8b48bd #487bbd

Monochromatic Colors of #5048bd

#5048bd

Complementary Color

#5048bd #b5bd48

#5048bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5048bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5048bd Color CSS Codes

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

#5048bd Text Font Color

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

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


#5048bd Background Color

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

This div background color is #5048bd


#5048bd Border Color

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

This div border color is #5048bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5048bd


Comments

No comments written yet.

Please login to write comment.