Color Hex Logo

#505aac Color Hex

#505AAC
(80,90,172)
0 Favorites   0 Comments

Color spaces of #505aac

RGB 8090172
HSL0.650.370.49
HSV233°53°67°
CMYK 0.530.480.00   0.33
XYZ14.410811.996440.5857
Yxy11.99640.21510.1791
Hunter Lab34.635813.6552-45.2300
CIE-Lab41.210420.0197-45.2968

#505aac color RGB value is (80,90,172).

#505aac hex color red value is 80, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #505aac hue: 0.65 , saturation: 0.37 and the lightness value of 505aac is 0.49.

The process color (four color CMYK) of #505aac color hex is 0.53, 0.48, 0.00, 0.33. Web safe color of #505aac is #666699. Color #505aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 10101100
Octal 120 132 254
Decimal 80 90 172
Hex 50 5A AC

RGB Percentages of Color #505aac

%23.39
%26.32
%50.29

CMYK Percentages of Color #505aac

%53
%48
%0
%33

Triadic Colors of #505aac

#505aac #ac505a #5aac50

Analogous Colors of #505aac

#505aac #7450ac #5088ac

Monochromatic Colors of #505aac

#505aac

Complementary Color

#505aac #aca250

#505aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#505aac Color CSS Codes

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

#505aac Text Font Color

<p style="color:#505aac">Text here</p>

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


#505aac Background Color

<div style="background-color:#505aac">
Div content here</div>

This div background color is #505aac


#505aac Border Color

<div style="border:3px solid #505aac">
Div here</div>

This div border color is #505aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,90,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505aac;
  -webkit-box-shadow: 1px 1px 3px 2px #505aac;
  box-shadow:         1px 1px 3px 2px #505aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505aac


Comments

No comments written yet.

Please login to write comment.