Color Hex Logo

#500bde Color Hex

#500BDE
(80,11,222)
0 Favorites   0 Comments

Color spaces of #500bde

RGB 8011222
HSL0.720.910.46
HSV260°95°87°
CMYK 0.640.950.00   0.13
XYZ16.61287.218769.6250
Yxy7.21870.17780.0772
Hunter Lab26.867663.3518-134.8372
CIE-Lab32.299771.3694-89.0299

#500bde color RGB value is (80,11,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 11011110
Octal 120 13 336
Decimal 80 11 222
Hex 50 B DE

RGB Percentages of Color #500bde

%25.56
%3.51
%70.93

CMYK Percentages of Color #500bde

%64
%95
%0
%13

Triadic Colors of #500bde

#500bde #de500b #0bde50

Analogous Colors of #500bde

#500bde #ba0bde #0b30de

Monochromatic Colors of #500bde

#500bde

Complementary Color

#500bde #99de0b

#500bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#500bde Color CSS Codes

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

#500bde Text Font Color

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

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


#500bde Background Color

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

This div background color is #500bde


#500bde Border Color

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

This div border color is #500bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500bde


Comments

No comments written yet.

Please login to write comment.