Color Hex Logo

#503187 Color Hex

#503187
(80,49,135)
0 Favorites   0 Comments

Color spaces of #503187

RGB 8049135
HSL0.730.470.36
HSV262°64°53°
CMYK 0.410.640.00   0.47
XYZ8.77985.651423.5497
Yxy5.65140.23120.1488
Hunter Lab23.772724.3220-42.0930
CIE-Lab28.515434.1461-43.3020

#503187 color RGB value is (80,49,135).

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

The process color (four color CMYK) of #503187 color hex is 0.41, 0.64, 0.00, 0.47. Web safe color of #503187 is #663399. Color #503187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 10000111
Octal 120 61 207
Decimal 80 49 135
Hex 50 31 87

RGB Percentages of Color #503187

%30.30
%18.56
%51.14

CMYK Percentages of Color #503187

%41
%64
%0
%47

Triadic Colors of #503187

#503187 #875031 #318750

Analogous Colors of #503187

#503187 #7b3187 #313d87

Monochromatic Colors of #503187

#503187

Complementary Color

#503187 #688731

#503187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503187 Color CSS Codes

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

#503187 Text Font Color

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

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


#503187 Background Color

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

This div background color is #503187


#503187 Border Color

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

This div border color is #503187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503187


Comments

No comments written yet.

Please login to write comment.