Color Hex Logo

#502eef Color Hex

#502EEF
(80,46,239)
0 Favorites   0 Comments

Color spaces of #502eef

RGB 8046239
HSL0.700.860.56
HSV251°81°94°
CMYK 0.670.810.00   0.06
XYZ19.86529.891582.5236
Yxy9.89150.17690.0881
Hunter Lab31.450857.7069-133.5554
CIE-Lab37.647065.4885-89.8539

#502eef color RGB value is (80,46,239).

#502eef hex color red value is 80, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #502eef hue: 0.70 , saturation: 0.86 and the lightness value of 502eef is 0.56.

The process color (four color CMYK) of #502eef color hex is 0.67, 0.81, 0.00, 0.06. Web safe color of #502eef is #6633ff. Color #502eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 11101111
Octal 120 56 357
Decimal 80 46 239
Hex 50 2E EF

RGB Percentages of Color #502eef

%21.92
%12.60
%65.48

CMYK Percentages of Color #502eef

%67
%81
%0
%6

Triadic Colors of #502eef

#502eef #ef502e #2eef50

Analogous Colors of #502eef

#502eef #b12eef #2e6def

Monochromatic Colors of #502eef

#502eef

Complementary Color

#502eef #cdef2e

#502eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#502eef Color CSS Codes

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

#502eef Text Font Color

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

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


#502eef Background Color

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

This div background color is #502eef


#502eef Border Color

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

This div border color is #502eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502eef


Comments

No comments written yet.

Please login to write comment.