Color Hex Logo

#502474 Color Hex

#502474
(80,36,116)
0 Favorites   0 Comments

Color spaces of #502474

RGB 8036116
HSL0.760.530.30
HSV273°69°45°
CMYK 0.310.690.00   0.55
XYZ7.09154.228216.9654
Yxy4.22820.25070.1495
Hunter Lab20.562625.5755-34.5241
CIE-Lab24.412036.3030-37.9455

#502474 color RGB value is (80,36,116).

#502474 hex color red value is 80, green value is 36 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #502474 hue: 0.76 , saturation: 0.53 and the lightness value of 502474 is 0.30.

The process color (four color CMYK) of #502474 color hex is 0.31, 0.69, 0.00, 0.55. Web safe color of #502474 is #663366. Color #502474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 01110100
Octal 120 44 164
Decimal 80 36 116
Hex 50 24 74

RGB Percentages of Color #502474

%34.48
%15.52
%50.00

CMYK Percentages of Color #502474

%31
%69
%0
%55

Triadic Colors of #502474

#502474 #745024 #247450

Analogous Colors of #502474

#502474 #742470 #282474

Monochromatic Colors of #502474

#502474

Complementary Color

#502474 #487424

#502474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502474 Color CSS Codes

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

#502474 Text Font Color

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

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


#502474 Background Color

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

This div background color is #502474


#502474 Border Color

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

This div border color is #502474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502474


Comments

No comments written yet.

Please login to write comment.