Color Hex Logo

#500dbe Color Hex

#500DBE
(80,13,190)
0 Favorites   0 Comments

Color spaces of #500dbe

RGB 8013190
HSL0.730.870.40
HSV263°93°75°
CMYK 0.580.930.00   0.25
XYZ12.74655.711049.1457
Yxy5.71100.18850.0845
Hunter Lab23.897753.3870-105.2017
CIE-Lab28.671363.3810-76.3969

#500dbe color RGB value is (80,13,190).

#500dbe hex color red value is 80, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #500dbe hue: 0.73 , saturation: 0.87 and the lightness value of 500dbe is 0.40.

The process color (four color CMYK) of #500dbe color hex is 0.58, 0.93, 0.00, 0.25. Web safe color of #500dbe is #6600cc. Color #500dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001101 10111110
Octal 120 15 276
Decimal 80 13 190
Hex 50 D BE

RGB Percentages of Color #500dbe

%28.27
%4.59
%67.14

CMYK Percentages of Color #500dbe

%58
%93
%0
%25

Triadic Colors of #500dbe

#500dbe #be500d #0dbe50

Analogous Colors of #500dbe

#500dbe #a90dbe #0d23be

Monochromatic Colors of #500dbe

#500dbe

Complementary Color

#500dbe #7bbe0d

#500dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#500dbe Color CSS Codes

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

#500dbe Text Font Color

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

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


#500dbe Background Color

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

This div background color is #500dbe


#500dbe Border Color

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

This div border color is #500dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500dbe


Comments

No comments written yet.

Please login to write comment.