Color Hex Logo

#504baa Color Hex

#504BAA
(80,75,170)
0 Favorites   0 Comments

Color spaces of #504baa

RGB 8075170
HSL0.680.390.48
HSV243°56°67°
CMYK 0.530.560.00   0.33
XYZ13.08009.639939.2015
Yxy9.63990.21120.1557
Hunter Lab31.048220.8643-53.1259
CIE-Lab37.188228.8831-50.5763

#504baa color RGB value is (80,75,170).

#504baa hex color red value is 80, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #504baa hue: 0.68 , saturation: 0.39 and the lightness value of 504baa is 0.48.

The process color (four color CMYK) of #504baa color hex is 0.53, 0.56, 0.00, 0.33. Web safe color of #504baa is #663399. Color #504baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 10101010
Octal 120 113 252
Decimal 80 75 170
Hex 50 4B AA

RGB Percentages of Color #504baa

%24.62
%23.08
%52.31

CMYK Percentages of Color #504baa

%53
%56
%0
%33

Triadic Colors of #504baa

#504baa #aa504b #4baa50

Analogous Colors of #504baa

#504baa #804baa #4b76aa

Monochromatic Colors of #504baa

#504baa

Complementary Color

#504baa #a5aa4b

#504baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#504baa Color CSS Codes

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

#504baa Text Font Color

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

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


#504baa Background Color

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

This div background color is #504baa


#504baa Border Color

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

This div border color is #504baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,75,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504baa;
  -webkit-box-shadow: 1px 1px 3px 2px #504baa;
  box-shadow:         1px 1px 3px 2px #504baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504baa


Comments

No comments written yet.

Please login to write comment.