Color Hex Logo

#5047ae Color Hex

#5047AE
(80,71,174)
0 Favorites   0 Comments

Color spaces of #5047ae

RGB 8071174
HSL0.680.420.48
HSV245°59°68°
CMYK 0.540.590.00   0.32
XYZ13.20159.267941.1375
Yxy9.26790.20750.1457
Hunter Lab30.443224.1297-58.8075
CIE-Lab36.495132.6677-54.0761

#5047ae color RGB value is (80,71,174).

#5047ae hex color red value is 80, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5047ae hue: 0.68 , saturation: 0.42 and the lightness value of 5047ae is 0.48.

The process color (four color CMYK) of #5047ae color hex is 0.54, 0.59, 0.00, 0.32. Web safe color of #5047ae is #663399. Color #5047ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000111 10101110
Octal 120 107 256
Decimal 80 71 174
Hex 50 47 AE

RGB Percentages of Color #5047ae

%24.62
%21.85
%53.54

CMYK Percentages of Color #5047ae

%54
%59
%0
%32

Triadic Colors of #5047ae

#5047ae #ae5047 #47ae50

Analogous Colors of #5047ae

#5047ae #8447ae #4772ae

Monochromatic Colors of #5047ae

#5047ae

Complementary Color

#5047ae #a5ae47

#5047ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5047ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5047ae Color CSS Codes

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

#5047ae Text Font Color

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

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


#5047ae Background Color

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

This div background color is #5047ae


#5047ae Border Color

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

This div border color is #5047ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,71,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 #5047ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5047ae

#5047ae Color Palettes


Comments

No comments written yet.

Please login to write comment.