Color Hex Logo

#505bdb Color Hex

#505BDB
(80,91,219)
0 Favorites   0 Comments

Color spaces of #505bdb

RGB 8091219
HSL0.650.660.59
HSV235°63°86°
CMYK 0.630.580.00   0.14
XYZ19.835514.302168.7330
Yxy14.30210.19280.1390
Hunter Lab37.818127.4411-81.2847
CIE-Lab44.663135.0987-66.9747

#505bdb color RGB value is (80,91,219).

#505bdb hex color red value is 80, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #505bdb hue: 0.65 , saturation: 0.66 and the lightness value of 505bdb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 11011011
Octal 120 133 333
Decimal 80 91 219
Hex 50 5B DB

RGB Percentages of Color #505bdb

%20.51
%23.33
%56.15

CMYK Percentages of Color #505bdb

%63
%58
%0
%14

Triadic Colors of #505bdb

#505bdb #db505b #5bdb50

Analogous Colors of #505bdb

#505bdb #8b50db #50a1db

Monochromatic Colors of #505bdb

#505bdb

Complementary Color

#505bdb #dbd050

#505bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bdb Color CSS Codes

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

#505bdb Text Font Color

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

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


#505bdb Background Color

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

This div background color is #505bdb


#505bdb Border Color

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

This div border color is #505bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,91,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #505bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bdb


Comments

No comments written yet.

Please login to write comment.