Color Hex Logo

#503286 Color Hex

#503286
(80,50,134)
0 Favorites   0 Comments

Color spaces of #503286

RGB 8050134
HSL0.730.460.36
HSV261°63°53°
CMYK 0.400.630.00   0.47
XYZ8.75195.707923.1947
Yxy5.70790.23240.1516
Hunter Lab23.891223.5790-40.8376
CIE-Lab28.663233.2691-42.4408

#503286 color RGB value is (80,50,134).

#503286 hex color red value is 80, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #503286 hue: 0.73 , saturation: 0.46 and the lightness value of 503286 is 0.36.

The process color (four color CMYK) of #503286 color hex is 0.40, 0.63, 0.00, 0.47. Web safe color of #503286 is #663399. Color #503286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 10000110
Octal 120 62 206
Decimal 80 50 134
Hex 50 32 86

RGB Percentages of Color #503286

%30.30
%18.94
%50.76

CMYK Percentages of Color #503286

%40
%63
%0
%47

Triadic Colors of #503286

#503286 #865032 #328650

Analogous Colors of #503286

#503286 #7a3286 #323e86

Monochromatic Colors of #503286

#503286

Complementary Color

#503286 #688632

#503286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503286 Color CSS Codes

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

#503286 Text Font Color

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

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


#503286 Background Color

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

This div background color is #503286


#503286 Border Color

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

This div border color is #503286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,50,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503286;
  -webkit-box-shadow: 1px 1px 3px 2px #503286;
  box-shadow:         1px 1px 3px 2px #503286; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503286


Comments

No comments written yet.

Please login to write comment.