Color Hex Logo

#500bfd Color Hex

#500BFD
(80,11,253)
0 Favorites   0 Comments

Color spaces of #500bfd

RGB 8011253
HSL0.710.980.52
HSV257°96°99°
CMYK 0.680.960.00   0.01
XYZ21.15769.036793.5576
Yxy9.03670.17100.0730
Hunter Lab30.061173.0249-163.4824
CIE-Lab36.054978.6512-100.3886

#500bfd color RGB value is (80,11,253).

#500bfd hex color red value is 80, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #500bfd hue: 0.71 , saturation: 0.98 and the lightness value of 500bfd is 0.52.

The process color (four color CMYK) of #500bfd color hex is 0.68, 0.96, 0.00, 0.01. Web safe color of #500bfd is #6600ff. Color #500bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 11111101
Octal 120 13 375
Decimal 80 11 253
Hex 50 B FD

RGB Percentages of Color #500bfd

%23.26
%3.20
%73.55

CMYK Percentages of Color #500bfd

%68
%96
%0
%1

Triadic Colors of #500bfd

#500bfd #fd500b #0bfd50

Analogous Colors of #500bfd

#500bfd #c90bfd #0b3ffd

Monochromatic Colors of #500bfd

#500bfd

Complementary Color

#500bfd #b8fd0b

#500bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#500bfd Color CSS Codes

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

#500bfd Text Font Color

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

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


#500bfd Background Color

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

This div background color is #500bfd


#500bfd Border Color

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

This div border color is #500bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.