Color Hex Logo

#503162 Color Hex

#503162
(80,49,98)
0 Favorites   0 Comments

Color spaces of #503162

RGB 804998
HSL0.770.330.29
HSV278°50°38°
CMYK 0.180.500.00   0.62
XYZ6.61124.783912.1302
Yxy4.78390.28100.2034
Hunter Lab21.872115.6783-17.5715
CIE-Lab26.110024.1201-23.6314

#503162 color RGB value is (80,49,98).

#503162 hex color red value is 80, green value is 49 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #503162 hue: 0.77 , saturation: 0.33 and the lightness value of 503162 is 0.29.

The process color (four color CMYK) of #503162 color hex is 0.18, 0.50, 0.00, 0.62. Web safe color of #503162 is #663366. Color #503162 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 01100010
Octal 120 61 142
Decimal 80 49 98
Hex 50 31 62

RGB Percentages of Color #503162

%35.24
%21.59
%43.17

CMYK Percentages of Color #503162

%18
%50
%0
%62

Triadic Colors of #503162

#503162 #625031 #316250

Analogous Colors of #503162

#503162 #62315b #383162

Monochromatic Colors of #503162

#503162

Complementary Color

#503162 #436231

#503162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503162 Color CSS Codes

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

#503162 Text Font Color

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

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


#503162 Background Color

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

This div background color is #503162


#503162 Border Color

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

This div border color is #503162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503162


Comments

No comments written yet.

Please login to write comment.