Color Hex Logo

#504dbd Color Hex

#504DBD
(80,77,189)
0 Favorites   0 Comments

Color spaces of #504dbd

RGB 8077189
HSL0.670.460.52
HSV242°59°74°
CMYK 0.580.590.00   0.26
XYZ15.147510.687449.4086
Yxy10.68740.20130.1420
Hunter Lab32.691625.4969-66.7241
CIE-Lab39.048933.8044-58.7776

#504dbd color RGB value is (80,77,189).

#504dbd hex color red value is 80, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #504dbd hue: 0.67 , saturation: 0.46 and the lightness value of 504dbd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001101 10111101
Octal 120 115 275
Decimal 80 77 189
Hex 50 4D BD

RGB Percentages of Color #504dbd

%23.12
%22.25
%54.62

CMYK Percentages of Color #504dbd

%58
%59
%0
%26

Triadic Colors of #504dbd

#504dbd #bd504d #4dbd50

Analogous Colors of #504dbd

#504dbd #884dbd #4d82bd

Monochromatic Colors of #504dbd

#504dbd

Complementary Color

#504dbd #babd4d

#504dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#504dbd Color CSS Codes

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

#504dbd Text Font Color

<p style="color:#504dbd">Text here</p>

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


#504dbd Background Color

<div style="background-color:#504dbd">
Div content here</div>

This div background color is #504dbd


#504dbd Border Color

<div style="border:3px solid #504dbd">
Div here</div>

This div border color is #504dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504dbd


Comments

No comments written yet.

Please login to write comment.