Color Hex Logo

#503eaa Color Hex

#503EAA
(80,62,170)
0 Favorites   0 Comments

Color spaces of #503eaa

RGB 8062170
HSL0.690.470.45
HSV250°64°67°
CMYK 0.530.640.00   0.33
XYZ12.28668.053038.9370
Yxy8.05300.20730.1359
Hunter Lab28.377827.6231-61.4869
CIE-Lab34.093036.8958-55.5921

#503eaa color RGB value is (80,62,170).

#503eaa hex color red value is 80, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #503eaa hue: 0.69 , saturation: 0.47 and the lightness value of 503eaa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111110 10101010
Octal 120 76 252
Decimal 80 62 170
Hex 50 3E AA

RGB Percentages of Color #503eaa

%25.64
%19.87
%54.49

CMYK Percentages of Color #503eaa

%53
%64
%0
%33

Triadic Colors of #503eaa

#503eaa #aa503e #3eaa50

Analogous Colors of #503eaa

#503eaa #863eaa #3e62aa

Monochromatic Colors of #503eaa

#503eaa

Complementary Color

#503eaa #98aa3e

#503eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#503eaa Color CSS Codes

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

#503eaa Text Font Color

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

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


#503eaa Background Color

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

This div background color is #503eaa


#503eaa Border Color

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

This div border color is #503eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,62,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 #503eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503eaa


Comments

No comments written yet.

Please login to write comment.