Color Hex Logo

#502581 Color Hex

#502581
(80,37,129)
0 Favorites   0 Comments

Color spaces of #502581

RGB 8037129
HSL0.740.550.33
HSV268°71°51°
CMYK 0.380.710.00   0.49
XYZ7.93234.613621.2413
Yxy4.61360.23480.1365
Hunter Lab21.479328.3313-43.5976
CIE-Lab25.604339.1740-44.2629

#502581 color RGB value is (80,37,129).

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

The process color (four color CMYK) of #502581 color hex is 0.38, 0.71, 0.00, 0.49. Web safe color of #502581 is #663399. Color #502581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 10000001
Octal 120 45 201
Decimal 80 37 129
Hex 50 25 81

RGB Percentages of Color #502581

%32.52
%15.04
%52.44

CMYK Percentages of Color #502581

%38
%71
%0
%49

Triadic Colors of #502581

#502581 #815025 #258150

Analogous Colors of #502581

#502581 #7e2581 #252881

Monochromatic Colors of #502581

#502581

Complementary Color

#502581 #568125

#502581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502581 Color CSS Codes

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

#502581 Text Font Color

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

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


#502581 Background Color

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

This div background color is #502581


#502581 Border Color

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

This div border color is #502581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502581


Comments

No comments written yet.

Please login to write comment.