Color Hex Logo

#500ddb Color Hex

#500DDB
(80,13,219)
0 Favorites   0 Comments

Color spaces of #500ddb

RGB 8013219
HSL0.720.890.45
HSV260°94°86°
CMYK 0.630.940.00   0.14
XYZ16.23847.107867.5339
Yxy7.10780.17870.0782
Hunter Lab26.660562.0653-131.5258
CIE-Lab32.051170.3249-87.7160

#500ddb color RGB value is (80,13,219).

#500ddb hex color red value is 80, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #500ddb hue: 0.72 , saturation: 0.89 and the lightness value of 500ddb is 0.45.

The process color (four color CMYK) of #500ddb color hex is 0.63, 0.94, 0.00, 0.14. Web safe color of #500ddb is #6600cc. Color #500ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001101 11011011
Octal 120 15 333
Decimal 80 13 219
Hex 50 D DB

RGB Percentages of Color #500ddb

%25.64
%4.17
%70.19

CMYK Percentages of Color #500ddb

%63
%94
%0
%14

Triadic Colors of #500ddb

#500ddb #db500d #0ddb50

Analogous Colors of #500ddb

#500ddb #b70ddb #0d31db

Monochromatic Colors of #500ddb

#500ddb

Complementary Color

#500ddb #98db0d

#500ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#500ddb Color CSS Codes

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

#500ddb Text Font Color

<p style="color:#500ddb">Text here</p>

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


#500ddb Background Color

<div style="background-color:#500ddb">
Div content here</div>

This div background color is #500ddb


#500ddb Border Color

<div style="border:3px solid #500ddb">
Div here</div>

This div border color is #500ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500ddb


Comments

No comments written yet.

Please login to write comment.