Color Hex Logo

#504888 Color Hex

#504888
(80,72,136)
0 Favorites   0 Comments

Color spaces of #504888

RGB 8072136
HSL0.690.310.41
HSV248°47°53°
CMYK 0.410.470.00   0.47
XYZ10.06968.117824.3287
Yxy8.11780.23680.1909
Hunter Lab28.491813.2252-30.6827
CIE-Lab34.227020.0932-34.7637

#504888 color RGB value is (80,72,136).

#504888 hex color red value is 80, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #504888 hue: 0.69 , saturation: 0.31 and the lightness value of 504888 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 10001000
Octal 120 110 210
Decimal 80 72 136
Hex 50 48 88

RGB Percentages of Color #504888

%27.78
%25.00
%47.22

CMYK Percentages of Color #504888

%41
%47
%0
%47

Triadic Colors of #504888

#504888 #885048 #488850

Analogous Colors of #504888

#504888 #704888 #486088

Monochromatic Colors of #504888

#504888

Complementary Color

#504888 #808848

#504888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504888 Color CSS Codes

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

#504888 Text Font Color

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

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


#504888 Background Color

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

This div background color is #504888


#504888 Border Color

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

This div border color is #504888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504888


Comments

No comments written yet.

Please login to write comment.