Color Hex Logo

#501488 Color Hex

#501488
(80,20,136)
0 Favorites   0 Comments

Color spaces of #501488

RGB 8020136
HSL0.750.740.31
HSV271°85°53°
CMYK 0.410.850.00   0.47
XYZ8.00243.983423.6396
Yxy3.98340.22460.1118
Hunter Lab19.958536.6428-56.2545
CIE-Lab23.616548.3838-51.9009

#501488 color RGB value is (80,20,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 10001000
Octal 120 24 210
Decimal 80 20 136
Hex 50 14 88

RGB Percentages of Color #501488

%33.90
%8.47
%57.63

CMYK Percentages of Color #501488

%41
%85
%0
%47

Triadic Colors of #501488

#501488 #885014 #148850

Analogous Colors of #501488

#501488 #881486 #161488

Monochromatic Colors of #501488

#501488

Complementary Color

#501488 #4c8814

#501488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501488 Color CSS Codes

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

#501488 Text Font Color

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

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


#501488 Background Color

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

This div background color is #501488


#501488 Border Color

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

This div border color is #501488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501488


Comments

No comments written yet.

Please login to write comment.