Color Hex Logo

#503faa Color Hex

#503FAA
(80,63,170)
0 Favorites   0 Comments

Color spaces of #503faa

RGB 8063170
HSL0.690.460.46
HSV250°63°67°
CMYK 0.530.630.00   0.33
XYZ12.34158.162838.9553
Yxy8.16280.20760.1373
Hunter Lab28.570627.1071-60.8410
CIE-Lab34.319736.2949-55.2236

#503faa color RGB value is (80,63,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 10101010
Octal 120 77 252
Decimal 80 63 170
Hex 50 3F AA

RGB Percentages of Color #503faa

%25.56
%20.13
%54.31

CMYK Percentages of Color #503faa

%53
%63
%0
%33

Triadic Colors of #503faa

#503faa #aa503f #3faa50

Analogous Colors of #503faa

#503faa #863faa #3f64aa

Monochromatic Colors of #503faa

#503faa

Complementary Color

#503faa #99aa3f

#503faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#503faa Color CSS Codes

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

#503faa Text Font Color

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

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


#503faa Background Color

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

This div background color is #503faa


#503faa Border Color

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

This div border color is #503faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503faa


Comments

No comments written yet.

Please login to write comment.