Color Hex Logo

#503caa Color Hex

#503CAA
(80,60,170)
0 Favorites   0 Comments

Color spaces of #503caa

RGB 8060170
HSL0.700.480.45
HSV251°65°67°
CMYK 0.530.650.00   0.33
XYZ12.17987.839538.9014
Yxy7.83950.20670.1331
Hunter Lab27.999128.6503-62.7770
CIE-Lab33.646438.0864-56.3189

#503caa color RGB value is (80,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 10101010
Octal 120 74 252
Decimal 80 60 170
Hex 50 3C AA

RGB Percentages of Color #503caa

%25.81
%19.35
%54.84

CMYK Percentages of Color #503caa

%53
%65
%0
%33

Triadic Colors of #503caa

#503caa #aa503c #3caa50

Analogous Colors of #503caa

#503caa #873caa #3c5faa

Monochromatic Colors of #503caa

#503caa

Complementary Color

#503caa #96aa3c

#503caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#503caa Color CSS Codes

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

#503caa Text Font Color

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

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


#503caa Background Color

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

This div background color is #503caa


#503caa Border Color

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

This div border color is #503caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503caa


Comments

No comments written yet.

Please login to write comment.