Color Hex Logo

#503afb Color Hex

#503AFB
(80,58,251)
0 Favorites   0 Comments

Color spaces of #503afb

RGB 8058251
HSL0.690.960.61
HSV247°77°98°
CMYK 0.680.770.00   0.02
XYZ22.233911.696692.3526
Yxy11.69660.17610.0926
Hunter Lab34.200356.1939-136.1633
CIE-Lab40.729863.5543-91.5085

#503afb color RGB value is (80,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111010 11111011
Octal 120 72 373
Decimal 80 58 251
Hex 50 3A FB

RGB Percentages of Color #503afb

%20.57
%14.91
%64.52

CMYK Percentages of Color #503afb

%68
%77
%0
%2

Triadic Colors of #503afb

#503afb #fb503a #3afb50

Analogous Colors of #503afb

#503afb #b13afb #3a85fb

Monochromatic Colors of #503afb

#503afb

Complementary Color

#503afb #e5fb3a

#503afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#503afb Color CSS Codes

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

#503afb Text Font Color

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

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


#503afb Background Color

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

This div background color is #503afb


#503afb Border Color

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

This div border color is #503afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,58,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 #503afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503afb

Related Colors


Comments

No comments written yet.

Please login to write comment.