Color Hex Logo

#502cfa Color Hex

#502CFA
(80,44,250)
0 Favorites   0 Comments

Color spaces of #502cfa

RGB 8044250
HSL0.700.950.58
HSV250°82°98°
CMYK 0.680.820.00   0.02
XYZ21.464310.409091.3203
Yxy10.40900.17420.0845
Hunter Lab32.263062.2944-145.2361
CIE-Lab38.566769.2815-94.5299

#502cfa color RGB value is (80,44,250).

#502cfa hex color red value is 80, green value is 44 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #502cfa hue: 0.70 , saturation: 0.95 and the lightness value of 502cfa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11111010
Octal 120 54 372
Decimal 80 44 250
Hex 50 2C FA

RGB Percentages of Color #502cfa

%21.39
%11.76
%66.84

CMYK Percentages of Color #502cfa

%68
%82
%0
%2

Triadic Colors of #502cfa

#502cfa #fa502c #2cfa50

Analogous Colors of #502cfa

#502cfa #b72cfa #2c6ffa

Monochromatic Colors of #502cfa

#502cfa

Complementary Color

#502cfa #d6fa2c

#502cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#502cfa Color CSS Codes

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

#502cfa Text Font Color

<p style="color:#502cfa">Text here</p>

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


#502cfa Background Color

<div style="background-color:#502cfa">
Div content here</div>

This div background color is #502cfa


#502cfa Border Color

<div style="border:3px solid #502cfa">
Div here</div>

This div border color is #502cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,44,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #502cfa;
  box-shadow:         1px 1px 3px 2px #502cfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502cfa


Comments

No comments written yet.

Please login to write comment.