Color Hex Logo

#507491 Color Hex

#507491
(80,116,145)
0 Favorites   0 Comments

Color spaces of #507491

RGB 80116145
HSL0.570.290.44
HSV207°45°57°
CMYK 0.450.200.00   0.43
XYZ14.664516.240629.1499
Yxy16.24060.24420.2704
Hunter Lab40.2996-5.5706-14.6765
CIE-Lab47.2886-4.6239-19.7826

#507491 color RGB value is (80,116,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10010001
Octal 120 164 221
Decimal 80 116 145
Hex 50 74 91

RGB Percentages of Color #507491

%23.46
%34.02
%42.52

CMYK Percentages of Color #507491

%45
%20
%0
%43

Triadic Colors of #507491

#507491 #915074 #749150

Analogous Colors of #507491

#507491 #505491 #50918e

Monochromatic Colors of #507491

#507491

Complementary Color

#507491 #916d50

#507491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507491 Color CSS Codes

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

#507491 Text Font Color

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

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


#507491 Background Color

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

This div background color is #507491


#507491 Border Color

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

This div border color is #507491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507491


Comments

No comments written yet.

Please login to write comment.