Color Hex Logo

#501458 Color Hex

#501458
(80,20,88)
0 Favorites   0 Comments

Color spaces of #501458

RGB 802088
HSL0.810.630.21
HSV293°77°35°
CMYK 0.090.770.00   0.65
XYZ5.31992.91049.5139
Yxy2.91040.29980.1640
Hunter Lab17.059925.8080-21.1227
CIE-Lab19.681437.4611-27.2292

#501458 color RGB value is (80,20,88).

#501458 hex color red value is 80, green value is 20 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #501458 hue: 0.81 , saturation: 0.63 and the lightness value of 501458 is 0.21.

The process color (four color CMYK) of #501458 color hex is 0.09, 0.77, 0.00, 0.65. Web safe color of #501458 is #660066. Color #501458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 01011000
Octal 120 24 130
Decimal 80 20 88
Hex 50 14 58

RGB Percentages of Color #501458

%42.55
%10.64
%46.81

CMYK Percentages of Color #501458

%9
%77
%0
%65

Triadic Colors of #501458

#501458 #585014 #145850

Analogous Colors of #501458

#501458 #58143e #2e1458

Monochromatic Colors of #501458

#501458

Complementary Color

#501458 #1c5814

#501458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501458 Color CSS Codes

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

#501458 Text Font Color

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

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


#501458 Background Color

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

This div background color is #501458


#501458 Border Color

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

This div border color is #501458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501458


Comments

No comments written yet.

Please login to write comment.