Color Hex Logo

#503fec Color Hex

#503FEC
(80,63,236)
0 Favorites   0 Comments

Color spaces of #503fec

RGB 8063236
HSL0.680.820.59
HSV246°73°93°
CMYK 0.660.730.00   0.07
XYZ20.226111.316680.4752
Yxy11.31660.18060.1010
Hunter Lab33.640248.4526-118.2876
CIE-Lab40.108756.6639-84.0882

#503fec color RGB value is (80,63,236).

#503fec hex color red value is 80, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #503fec hue: 0.68 , saturation: 0.82 and the lightness value of 503fec is 0.59.

The process color (four color CMYK) of #503fec color hex is 0.66, 0.73, 0.00, 0.07. Web safe color of #503fec is #6633ff. Color #503fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 11101100
Octal 120 77 354
Decimal 80 63 236
Hex 50 3F EC

RGB Percentages of Color #503fec

%21.11
%16.62
%62.27

CMYK Percentages of Color #503fec

%66
%73
%0
%7

Triadic Colors of #503fec

#503fec #ec503f #3fec50

Analogous Colors of #503fec

#503fec #a73fec #3f85ec

Monochromatic Colors of #503fec

#503fec

Complementary Color

#503fec #dbec3f

#503fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#503fec Color CSS Codes

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

#503fec Text Font Color

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

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


#503fec Background Color

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

This div background color is #503fec


#503fec Border Color

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

This div border color is #503fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503fec


Comments

No comments written yet.

Please login to write comment.