Color Hex Logo

#502880 Color Hex

#502880
(80,40,128)
0 Favorites   0 Comments

Color spaces of #502880

RGB 8040128
HSL0.740.520.33
HSV267°69°50°
CMYK 0.380.690.00   0.50
XYZ7.96334.781620.9253
Yxy4.78160.23650.1420
Hunter Lab21.866926.7377-41.4302
CIE-Lab26.103337.3074-42.8245

#502880 color RGB value is (80,40,128).

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

The process color (four color CMYK) of #502880 color hex is 0.38, 0.69, 0.00, 0.50. Web safe color of #502880 is #663399. Color #502880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 10000000
Octal 120 50 200
Decimal 80 40 128
Hex 50 28 80

RGB Percentages of Color #502880

%32.26
%16.13
%51.61

CMYK Percentages of Color #502880

%38
%69
%0
%50

Triadic Colors of #502880

#502880 #805028 #288050

Analogous Colors of #502880

#502880 #7c2880 #282c80

Monochromatic Colors of #502880

#502880

Complementary Color

#502880 #588028

#502880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502880 Color CSS Codes

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

#502880 Text Font Color

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

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


#502880 Background Color

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

This div background color is #502880


#502880 Border Color

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

This div border color is #502880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502880


Comments

No comments written yet.

Please login to write comment.