Color Hex Logo

#502fea Color Hex

#502FEA
(80,47,234)
0 Favorites   0 Comments

Color spaces of #502fea

RGB 8047234
HSL0.700.820.55
HSV251°80°92°
CMYK 0.660.800.00   0.08
XYZ19.17619.679078.6994
Yxy9.67900.17830.0900
Hunter Lab31.111155.5785-128.2037
CIE-Lab37.260063.6849-87.6597

#502fea color RGB value is (80,47,234).

#502fea hex color red value is 80, green value is 47 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #502fea hue: 0.70 , saturation: 0.82 and the lightness value of 502fea is 0.55.

The process color (four color CMYK) of #502fea color hex is 0.66, 0.80, 0.00, 0.08. Web safe color of #502fea is #6633ff. Color #502fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11101010
Octal 120 57 352
Decimal 80 47 234
Hex 50 2F EA

RGB Percentages of Color #502fea

%22.16
%13.02
%64.82

CMYK Percentages of Color #502fea

%66
%80
%0
%8

Triadic Colors of #502fea

#502fea #ea502f #2fea50

Analogous Colors of #502fea

#502fea #ae2fea #2f6cea

Monochromatic Colors of #502fea

#502fea

Complementary Color

#502fea #c9ea2f

#502fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fea Color CSS Codes

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

#502fea Text Font Color

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

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


#502fea Background Color

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

This div background color is #502fea


#502fea Border Color

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

This div border color is #502fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fea


Comments

No comments written yet.

Please login to write comment.