Color Hex Logo

#503eff Color Hex

#503EFF
(80,62,255)
0 Favorites   0 Comments

Color spaces of #503eff

RGB 8062255
HSL0.681.000.62
HSV246°76°100°
CMYK 0.690.760.00   0.00
XYZ23.080912.370795.7790
Yxy12.37070.17590.0943
Hunter Lab35.172055.5859-136.8358
CIE-Lab41.799362.8077-91.9774

#503eff color RGB value is (80,62,255).

#503eff hex color red value is 80, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #503eff hue: 0.68 , saturation: 1.00 and the lightness value of 503eff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111110 11111111
Octal 120 76 377
Decimal 80 62 255
Hex 50 3E FF

RGB Percentages of Color #503eff

%20.15
%15.62
%64.23

CMYK Percentages of Color #503eff

%69
%76
%0
%0

Triadic Colors of #503eff

#503eff #ff503e #3eff50

Analogous Colors of #503eff

#503eff #b13eff #3e8dff

Monochromatic Colors of #503eff

#503eff

Complementary Color

#503eff #edff3e

#503eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#503eff Color CSS Codes

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

#503eff Text Font Color

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

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


#503eff Background Color

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

This div background color is #503eff


#503eff Border Color

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

This div border color is #503eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503eff


Comments

No comments written yet.

Please login to write comment.