Color Hex Logo

#504fab Color Hex

#504FAB
(80,79,171)
0 Favorites   0 Comments

Color spaces of #504fab

RGB 8079171
HSL0.670.370.49
HSV241°54°67°
CMYK 0.530.540.00   0.33
XYZ13.454910.237739.7950
Yxy10.23770.21190.1613
Hunter Lab31.996419.0678-51.3435
CIE-Lab38.265726.6819-49.4330

#504fab color RGB value is (80,79,171).

#504fab hex color red value is 80, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #504fab hue: 0.67 , saturation: 0.37 and the lightness value of 504fab is 0.49.

The process color (four color CMYK) of #504fab color hex is 0.53, 0.54, 0.00, 0.33. Web safe color of #504fab is #666699. Color #504fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001111 10101011
Octal 120 117 253
Decimal 80 79 171
Hex 50 4F AB

RGB Percentages of Color #504fab

%24.24
%23.94
%51.82

CMYK Percentages of Color #504fab

%53
%54
%0
%33

Triadic Colors of #504fab

#504fab #ab504f #4fab50

Analogous Colors of #504fab

#504fab #7e4fab #4f7cab

Monochromatic Colors of #504fab

#504fab

Complementary Color

#504fab #aaab4f

#504fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#504fab Color CSS Codes

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

#504fab Text Font Color

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

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


#504fab Background Color

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

This div background color is #504fab


#504fab Border Color

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

This div border color is #504fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504fab


Comments

No comments written yet.

Please login to write comment.