Color Hex Logo

#504fae Color Hex

#504FAE
(80,79,174)
0 Favorites   0 Comments

Color spaces of #504fae

RGB 8079174
HSL0.670.380.50
HSV241°55°68°
CMYK 0.540.550.00   0.32
XYZ13.744210.353441.3184
Yxy10.35340.21010.1583
Hunter Lab32.176719.9366-53.6112
CIE-Lab38.469427.6584-50.8837

#504fae color RGB value is (80,79,174).

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

The process color (four color CMYK) of #504fae color hex is 0.54, 0.55, 0.00, 0.32. Web safe color of #504fae is #666699. Color #504fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001111 10101110
Octal 120 117 256
Decimal 80 79 174
Hex 50 4F AE

RGB Percentages of Color #504fae

%24.02
%23.72
%52.25

CMYK Percentages of Color #504fae

%54
%55
%0
%32

Triadic Colors of #504fae

#504fae #ae504f #4fae50

Analogous Colors of #504fae

#504fae #804fae #4f7eae

Monochromatic Colors of #504fae

#504fae

Complementary Color

#504fae #adae4f

#504fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#504fae Color CSS Codes

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

#504fae Text Font Color

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

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


#504fae Background Color

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

This div background color is #504fae


#504fae Border Color

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

This div border color is #504fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504fae


Comments

No comments written yet.

Please login to write comment.