Color Hex Logo

#502586 Color Hex

#502586
(80,37,134)
0 Favorites   0 Comments

Color spaces of #502586

RGB 8037134
HSL0.740.570.34
HSV267°72°53°
CMYK 0.400.720.00   0.47
XYZ8.27294.749823.0350
Yxy4.74980.22940.1317
Hunter Lab21.794029.6181-47.4102
CIE-Lab26.009740.5100-46.7410

#502586 color RGB value is (80,37,134).

#502586 hex color red value is 80, green value is 37 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #502586 hue: 0.74 , saturation: 0.57 and the lightness value of 502586 is 0.34.

The process color (four color CMYK) of #502586 color hex is 0.40, 0.72, 0.00, 0.47. Web safe color of #502586 is #663399. Color #502586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 10000110
Octal 120 45 206
Decimal 80 37 134
Hex 50 25 86

RGB Percentages of Color #502586

%31.87
%14.74
%53.39

CMYK Percentages of Color #502586

%40
%72
%0
%47

Triadic Colors of #502586

#502586 #865025 #258650

Analogous Colors of #502586

#502586 #812586 #252b86

Monochromatic Colors of #502586

#502586

Complementary Color

#502586 #5b8625

#502586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502586 Color CSS Codes

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

#502586 Text Font Color

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

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


#502586 Background Color

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

This div background color is #502586


#502586 Border Color

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

This div border color is #502586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502586


Comments

No comments written yet.

Please login to write comment.