Color Hex Logo

#502eaa Color Hex

#502EAA
(80,46,170)
0 Favorites   0 Comments

Color spaces of #502eaa

RGB 8046170
HSL0.710.570.42
HSV256°73°67°
CMYK 0.530.730.00   0.33
XYZ11.54106.561738.6885
Yxy6.56170.20320.1155
Hunter Lab25.615835.5941-71.6168
CIE-Lab30.787545.9226-60.9886

#502eaa color RGB value is (80,46,170).

#502eaa hex color red value is 80, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #502eaa hue: 0.71 , saturation: 0.57 and the lightness value of 502eaa is 0.42.

The process color (four color CMYK) of #502eaa color hex is 0.53, 0.73, 0.00, 0.33. Web safe color of #502eaa is #663399. Color #502eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 10101010
Octal 120 56 252
Decimal 80 46 170
Hex 50 2E AA

RGB Percentages of Color #502eaa

%27.03
%15.54
%57.43

CMYK Percentages of Color #502eaa

%53
%73
%0
%33

Triadic Colors of #502eaa

#502eaa #aa502e #2eaa50

Analogous Colors of #502eaa

#502eaa #8e2eaa #2e4aaa

Monochromatic Colors of #502eaa

#502eaa

Complementary Color

#502eaa #88aa2e

#502eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#502eaa Color CSS Codes

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

#502eaa Text Font Color

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

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


#502eaa Background Color

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

This div background color is #502eaa


#502eaa Border Color

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

This div border color is #502eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502eaa


Comments

No comments written yet.

Please login to write comment.