Color Hex Logo

#503176 Color Hex

#503176
(80,49,118)
0 Favorites   0 Comments

Color spaces of #503176

RGB 8049118
HSL0.740.410.33
HSV267°58°46°
CMYK 0.320.580.00   0.54
XYZ7.67665.210117.7406
Yxy5.21010.25060.1701
Hunter Lab22.825620.0873-30.1036
CIE-Lab27.325129.3829-34.5375

#503176 color RGB value is (80,49,118).

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

The process color (four color CMYK) of #503176 color hex is 0.32, 0.58, 0.00, 0.54. Web safe color of #503176 is #663366. Color #503176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 01110110
Octal 120 61 166
Decimal 80 49 118
Hex 50 31 76

RGB Percentages of Color #503176

%32.39
%19.84
%47.77

CMYK Percentages of Color #503176

%32
%58
%0
%54

Triadic Colors of #503176

#503176 #765031 #317650

Analogous Colors of #503176

#503176 #733176 #313576

Monochromatic Colors of #503176

#503176

Complementary Color

#503176 #577631

#503176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503176 Color CSS Codes

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

#503176 Text Font Color

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

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


#503176 Background Color

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

This div background color is #503176


#503176 Border Color

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

This div border color is #503176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503176


Comments

No comments written yet.

Please login to write comment.