Color Hex Logo

#503bfb Color Hex

#503BFB
(80,59,251)
0 Favorites   0 Comments

Color spaces of #503bfb

RGB 8059251
HSL0.680.960.61
HSV247°76°98°
CMYK 0.680.760.00   0.02
XYZ22.284811.798492.3696
Yxy11.79840.17620.0933
Hunter Lab34.348855.6968-135.3965
CIE-Lab40.893963.0818-91.2372

#503bfb color RGB value is (80,59,251).

#503bfb hex color red value is 80, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #503bfb hue: 0.68 , saturation: 0.96 and the lightness value of 503bfb is 0.61.

The process color (four color CMYK) of #503bfb color hex is 0.68, 0.76, 0.00, 0.02. Web safe color of #503bfb is #6633ff. Color #503bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111011 11111011
Octal 120 73 373
Decimal 80 59 251
Hex 50 3B FB

RGB Percentages of Color #503bfb

%20.51
%15.13
%64.36

CMYK Percentages of Color #503bfb

%68
%76
%0
%2

Triadic Colors of #503bfb

#503bfb #fb503b #3bfb50

Analogous Colors of #503bfb

#503bfb #b03bfb #3b86fb

Monochromatic Colors of #503bfb

#503bfb

Complementary Color

#503bfb #e6fb3b

#503bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#503bfb Color CSS Codes

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

#503bfb Text Font Color

<p style="color:#503bfb">Text here</p>

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


#503bfb Background Color

<div style="background-color:#503bfb">
Div content here</div>

This div background color is #503bfb


#503bfb Border Color

<div style="border:3px solid #503bfb">
Div here</div>

This div border color is #503bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,59,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #503bfb;
  box-shadow:         1px 1px 3px 2px #503bfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.