Color Hex Logo

#503284 Color Hex

#503284
(80,50,132)
0 Favorites   0 Comments

Color spaces of #503284

RGB 8050132
HSL0.730.450.36
HSV262°62°52°
CMYK 0.390.620.00   0.48
XYZ8.61375.652622.4669
Yxy5.65260.23450.1539
Hunter Lab23.775223.0636-39.3848
CIE-Lab28.518532.6981-41.4277

#503284 color RGB value is (80,50,132).

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

The process color (four color CMYK) of #503284 color hex is 0.39, 0.62, 0.00, 0.48. Web safe color of #503284 is #663399. Color #503284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 10000100
Octal 120 62 204
Decimal 80 50 132
Hex 50 32 84

RGB Percentages of Color #503284

%30.53
%19.08
%50.38

CMYK Percentages of Color #503284

%39
%62
%0
%48

Triadic Colors of #503284

#503284 #845032 #328450

Analogous Colors of #503284

#503284 #793284 #323d84

Monochromatic Colors of #503284

#503284

Complementary Color

#503284 #668432

#503284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503284 Color CSS Codes

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

#503284 Text Font Color

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

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


#503284 Background Color

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

This div background color is #503284


#503284 Border Color

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

This div border color is #503284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503284


Comments

No comments written yet.

Please login to write comment.