Color Hex Logo

#504280 Color Hex

#504280
(80,66,128)
0 Favorites   0 Comments

Color spaces of #504280

RGB 8066128
HSL0.700.320.38
HSV254°48°50°
CMYK 0.380.480.00   0.50
XYZ9.15287.160421.3218
Yxy7.16040.24320.1903
Hunter Lab26.758914.2272-28.5117
CIE-Lab32.169321.5529-33.0902

#504280 color RGB value is (80,66,128).

#504280 hex color red value is 80, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #504280 hue: 0.70 , saturation: 0.32 and the lightness value of 504280 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 10000000
Octal 120 102 200
Decimal 80 66 128
Hex 50 42 80

RGB Percentages of Color #504280

%29.20
%24.09
%46.72

CMYK Percentages of Color #504280

%38
%48
%0
%50

Triadic Colors of #504280

#504280 #805042 #428050

Analogous Colors of #504280

#504280 #6f4280 #425380

Monochromatic Colors of #504280

#504280

Complementary Color

#504280 #728042

#504280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504280 Color CSS Codes

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

#504280 Text Font Color

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

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


#504280 Background Color

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

This div background color is #504280


#504280 Border Color

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

This div border color is #504280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,66,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 #504280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504280


Comments

No comments written yet.

Please login to write comment.