Color Hex Logo

#503fde Color Hex

#503FDE
(80,63,222)
0 Favorites   0 Comments

Color spaces of #503fde

RGB 8063222
HSL0.680.710.56
HSV246°72°87°
CMYK 0.640.720.00   0.13
XYZ18.270610.534470.1776
Yxy10.53440.18460.1064
Hunter Lab32.456743.6822-105.4765
CIE-Lab38.784952.4215-78.3030

#503fde color RGB value is (80,63,222).

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

The process color (four color CMYK) of #503fde color hex is 0.64, 0.72, 0.00, 0.13. Web safe color of #503fde is #6633cc. Color #503fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 11011110
Octal 120 77 336
Decimal 80 63 222
Hex 50 3F DE

RGB Percentages of Color #503fde

%21.92
%17.26
%60.82

CMYK Percentages of Color #503fde

%64
%72
%0
%13

Triadic Colors of #503fde

#503fde #de503f #3fde50

Analogous Colors of #503fde

#503fde #a03fde #3f7ede

Monochromatic Colors of #503fde

#503fde

Complementary Color

#503fde #cdde3f

#503fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#503fde Color CSS Codes

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

#503fde Text Font Color

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

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


#503fde Background Color

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

This div background color is #503fde


#503fde Border Color

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

This div border color is #503fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503fde


Comments

No comments written yet.

Please login to write comment.