Color Hex Logo

#504fa1 Color Hex

#504FA1
(80,79,161)
0 Favorites   0 Comments

Color spaces of #504fa1

RGB 8079161
HSL0.670.340.47
HSV241°51°63°
CMYK 0.500.510.00   0.37
XYZ12.53739.870634.9627
Yxy9.87060.21850.1720
Hunter Lab31.417516.2506-43.9881
CIE-Lab37.609223.4479-44.5255

#504fa1 color RGB value is (80,79,161).

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

The process color (four color CMYK) of #504fa1 color hex is 0.50, 0.51, 0.00, 0.37. Web safe color of #504fa1 is #666699. Color #504fa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001111 10100001
Octal 120 117 241
Decimal 80 79 161
Hex 50 4F A1

RGB Percentages of Color #504fa1

%25.00
%24.69
%50.31

CMYK Percentages of Color #504fa1

%50
%51
%0
%37

Triadic Colors of #504fa1

#504fa1 #a1504f #4fa150

Analogous Colors of #504fa1

#504fa1 #794fa1 #4f77a1

Monochromatic Colors of #504fa1

#504fa1

Complementary Color

#504fa1 #a0a14f

#504fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504fa1 Color CSS Codes

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

#504fa1 Text Font Color

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

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


#504fa1 Background Color

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

This div background color is #504fa1


#504fa1 Border Color

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

This div border color is #504fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504fa1


Comments

No comments written yet.

Please login to write comment.