Color Hex Logo

#505dbd Color Hex

#505DBD
(80,93,189)
0 Favorites   0 Comments

Color spaces of #505dbd

RGB 8093189
HSL0.650.450.53
HSV233°58°74°
CMYK 0.580.510.00   0.26
XYZ16.407913.208349.8288
Yxy13.20830.20650.1663
Hunter Lab36.343216.9869-55.8500
CIE-Lab43.075423.7681-52.2697

#505dbd color RGB value is (80,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 10111101
Octal 120 135 275
Decimal 80 93 189
Hex 50 5D BD

RGB Percentages of Color #505dbd

%22.10
%25.69
%52.21

CMYK Percentages of Color #505dbd

%58
%51
%0
%26

Triadic Colors of #505dbd

#505dbd #bd505d #5dbd50

Analogous Colors of #505dbd

#505dbd #7a50bd #5094bd

Monochromatic Colors of #505dbd

#505dbd

Complementary Color

#505dbd #bdb050

#505dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#505dbd Color CSS Codes

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

#505dbd Text Font Color

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

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


#505dbd Background Color

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

This div background color is #505dbd


#505dbd Border Color

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

This div border color is #505dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505dbd


Comments

No comments written yet.

Please login to write comment.