Color Hex Logo

#500bdd Color Hex

#500BDD
(80,11,221)
0 Favorites   0 Comments

Color spaces of #500bdd

RGB 8011221
HSL0.720.910.45
HSV260°95°87°
CMYK 0.640.950.00   0.13
XYZ16.47917.165368.9211
Yxy7.16530.17800.0774
Hunter Lab26.768163.0449-133.9193
CIE-Lab32.180371.1320-88.6531

#500bdd color RGB value is (80,11,221).

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

The process color (four color CMYK) of #500bdd color hex is 0.64, 0.95, 0.00, 0.13. Web safe color of #500bdd is #6600cc. Color #500bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 11011101
Octal 120 13 335
Decimal 80 11 221
Hex 50 B DD

RGB Percentages of Color #500bdd

%25.64
%3.53
%70.83

CMYK Percentages of Color #500bdd

%64
%95
%0
%13

Triadic Colors of #500bdd

#500bdd #dd500b #0bdd50

Analogous Colors of #500bdd

#500bdd #b90bdd #0b2fdd

Monochromatic Colors of #500bdd

#500bdd

Complementary Color

#500bdd #98dd0b

#500bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#500bdd Color CSS Codes

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

#500bdd Text Font Color

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

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


#500bdd Background Color

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

This div background color is #500bdd


#500bdd Border Color

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

This div border color is #500bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500bdd


Comments

No comments written yet.

Please login to write comment.