Color Hex Logo

#501487 Color Hex

#501487
(80,20,135)
0 Favorites   0 Comments

Color spaces of #501487

RGB 8020135
HSL0.750.740.30
HSV271°85°53°
CMYK 0.410.850.00   0.47
XYZ7.93163.955123.2670
Yxy3.95510.22560.1125
Hunter Lab19.887436.3872-55.4442
CIE-Lab23.522448.1410-51.4282

#501487 color RGB value is (80,20,135).

#501487 hex color red value is 80, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #501487 hue: 0.75 , saturation: 0.74 and the lightness value of 501487 is 0.30.

The process color (four color CMYK) of #501487 color hex is 0.41, 0.85, 0.00, 0.47. Web safe color of #501487 is #660099. Color #501487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 10000111
Octal 120 24 207
Decimal 80 20 135
Hex 50 14 87

RGB Percentages of Color #501487

%34.04
%8.51
%57.45

CMYK Percentages of Color #501487

%41
%85
%0
%47

Triadic Colors of #501487

#501487 #875014 #148750

Analogous Colors of #501487

#501487 #871485 #171487

Monochromatic Colors of #501487

#501487

Complementary Color

#501487 #4b8714

#501487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501487 Color CSS Codes

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

#501487 Text Font Color

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

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


#501487 Background Color

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

This div background color is #501487


#501487 Border Color

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

This div border color is #501487


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,20,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 #501487">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501487


Comments

No comments written yet.

Please login to write comment.