Color Hex Logo

#505caa Color Hex

#505CAA
(80,92,170)
0 Favorites   0 Comments

Color spaces of #505caa

RGB 8092170
HSL0.640.360.49
HSV232°53°67°
CMYK 0.530.460.00   0.33
XYZ14.391112.262039.6385
Yxy12.26200.21710.1850
Hunter Lab35.017112.0787-42.6028
CIE-Lab41.629518.0915-43.4456

#505caa color RGB value is (80,92,170).

#505caa hex color red value is 80, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #505caa hue: 0.64 , saturation: 0.36 and the lightness value of 505caa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 10101010
Octal 120 134 252
Decimal 80 92 170
Hex 50 5C AA

RGB Percentages of Color #505caa

%23.39
%26.90
%49.71

CMYK Percentages of Color #505caa

%53
%46
%0
%33

Triadic Colors of #505caa

#505caa #aa505c #5caa50

Analogous Colors of #505caa

#505caa #7150aa #5089aa

Monochromatic Colors of #505caa

#505caa

Complementary Color

#505caa #aa9e50

#505caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#505caa Color CSS Codes

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

#505caa Text Font Color

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

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


#505caa Background Color

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

This div background color is #505caa


#505caa Border Color

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

This div border color is #505caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505caa


Comments

No comments written yet.

Please login to write comment.