Color Hex Logo

#507caa Color Hex

#507CAA
(80,124,170)
0 Favorites   0 Comments

Color spaces of #507caa

RGB 80124170
HSL0.590.360.49
HSV211°53°67°
CMYK 0.530.270.00   0.33
XYZ17.771619.023140.7654
Yxy19.02310.22910.2453
Hunter Lab43.6155-3.5953-24.8848
CIE-Lab50.7142-1.6491-29.1230

#507caa color RGB value is (80,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 10101010
Octal 120 174 252
Decimal 80 124 170
Hex 50 7C AA

RGB Percentages of Color #507caa

%21.39
%33.16
%45.45

CMYK Percentages of Color #507caa

%53
%27
%0
%33

Triadic Colors of #507caa

#507caa #aa507c #7caa50

Analogous Colors of #507caa

#507caa #5150aa #50a9aa

Monochromatic Colors of #507caa

#507caa

Complementary Color

#507caa #aa7e50

#507caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#507caa Color CSS Codes

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

#507caa Text Font Color

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

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


#507caa Background Color

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

This div background color is #507caa


#507caa Border Color

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

This div border color is #507caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507caa


Comments

No comments written yet.

Please login to write comment.