Color Hex Logo

#502eee Color Hex

#502EEE
(80,46,238)
0 Favorites   0 Comments

Color spaces of #502eee

RGB 8046238
HSL0.700.850.56
HSV251°81°93°
CMYK 0.660.810.00   0.07
XYZ19.71799.832581.7475
Yxy9.83250.17720.0883
Hunter Lab31.356857.3705-132.6198
CIE-Lab37.540165.2139-89.4647

#502eee color RGB value is (80,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 11101110
Octal 120 56 356
Decimal 80 46 238
Hex 50 2E EE

RGB Percentages of Color #502eee

%21.98
%12.64
%65.38

CMYK Percentages of Color #502eee

%66
%81
%0
%7

Triadic Colors of #502eee

#502eee #ee502e #2eee50

Analogous Colors of #502eee

#502eee #b02eee #2e6cee

Monochromatic Colors of #502eee

#502eee

Complementary Color

#502eee #ccee2e

#502eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#502eee Color CSS Codes

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

#502eee Text Font Color

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

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


#502eee Background Color

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

This div background color is #502eee


#502eee Border Color

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

This div border color is #502eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502eee


Comments

No comments written yet.

Please login to write comment.