Color Hex Logo

#507992 Color Hex

#507992
(80,121,146)
0 Favorites   0 Comments

Color spaces of #507992

RGB 80121146
HSL0.560.290.44
HSV203°45°57°
CMYK 0.450.170.00   0.43
XYZ15.333917.455529.7552
Yxy17.45550.24520.2791
Hunter Lab41.7798-7.6020-12.9800
CIE-Lab48.8289-7.2434-18.0129

#507992 color RGB value is (80,121,146).

#507992 hex color red value is 80, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #507992 hue: 0.56 , saturation: 0.29 and the lightness value of 507992 is 0.44.

The process color (four color CMYK) of #507992 color hex is 0.45, 0.17, 0.00, 0.43. Web safe color of #507992 is #666699. Color #507992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 10010010
Octal 120 171 222
Decimal 80 121 146
Hex 50 79 92

RGB Percentages of Color #507992

%23.05
%34.87
%42.07

CMYK Percentages of Color #507992

%45
%17
%0
%43

Triadic Colors of #507992

#507992 #925079 #799250

Analogous Colors of #507992

#507992 #505892 #50928a

Monochromatic Colors of #507992

#507992

Complementary Color

#507992 #926950

#507992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507992 Color CSS Codes

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

#507992 Text Font Color

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

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


#507992 Background Color

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

This div background color is #507992


#507992 Border Color

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

This div border color is #507992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,121,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507992;
  -webkit-box-shadow: 1px 1px 3px 2px #507992;
  box-shadow:         1px 1px 3px 2px #507992; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507992

#507992 Color Palettes


Comments

No comments written yet.

Please login to write comment.