Color Hex Logo

#507aac Color Hex

#507AAC
(80,122,172)
0 Favorites   0 Comments

Color spaces of #507aac

RGB 80122172
HSL0.590.370.49
HSV213°53°67°
CMYK 0.530.290.00   0.33
XYZ17.714218.603141.6868
Yxy18.60310.22710.2385
Hunter Lab43.1313-2.1691-27.1124
CIE-Lab50.21960.1748-31.0538

#507aac color RGB value is (80,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 10101100
Octal 120 172 254
Decimal 80 122 172
Hex 50 7A AC

RGB Percentages of Color #507aac

%21.39
%32.62
%45.99

CMYK Percentages of Color #507aac

%53
%29
%0
%33

Triadic Colors of #507aac

#507aac #ac507a #7aac50

Analogous Colors of #507aac

#507aac #5450ac #50a8ac

Monochromatic Colors of #507aac

#507aac

Complementary Color

#507aac #ac8250

#507aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#507aac Color CSS Codes

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

#507aac Text Font Color

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

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


#507aac Background Color

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

This div background color is #507aac


#507aac Border Color

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

This div border color is #507aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507aac


Comments

No comments written yet.

Please login to write comment.