Color Hex Logo

#503faf Color Hex

#503FAF
(80,63,175)
0 Favorites   0 Comments

Color spaces of #503faf

RGB 8063175
HSL0.690.470.47
HSV249°64°69°
CMYK 0.540.640.00   0.31
XYZ12.82368.355641.4944
Yxy8.35560.20460.1333
Hunter Lab28.906128.6024-64.8761
CIE-Lab34.712837.8553-57.5659

#503faf color RGB value is (80,63,175).

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

The process color (four color CMYK) of #503faf color hex is 0.54, 0.64, 0.00, 0.31. Web safe color of #503faf is #663399. Color #503faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111111 10101111
Octal 120 77 257
Decimal 80 63 175
Hex 50 3F AF

RGB Percentages of Color #503faf

%25.16
%19.81
%55.03

CMYK Percentages of Color #503faf

%54
%64
%0
%31

Triadic Colors of #503faf

#503faf #af503f #3faf50

Analogous Colors of #503faf

#503faf #883faf #3f66af

Monochromatic Colors of #503faf

#503faf

Complementary Color

#503faf #9eaf3f

#503faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#503faf Color CSS Codes

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

#503faf Text Font Color

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

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


#503faf Background Color

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

This div background color is #503faf


#503faf Border Color

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

This div border color is #503faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503faf


Comments

No comments written yet.

Please login to write comment.