Color Hex Logo

#507184 Color Hex

#507184
(80,113,132)
0 Favorites   0 Comments

Color spaces of #507184

RGB 80113132
HSL0.560.250.42
HSV202°39°52°
CMYK 0.390.140.00   0.48
XYZ13.378315.181724.0550
Yxy15.18170.25430.2885
Hunter Lab38.9637-6.8980-9.3292
CIE-Lab45.8821-6.6427-14.2120

#507184 color RGB value is (80,113,132).

#507184 hex color red value is 80, green value is 113 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #507184 hue: 0.56 , saturation: 0.25 and the lightness value of 507184 is 0.42.

The process color (four color CMYK) of #507184 color hex is 0.39, 0.14, 0.00, 0.48. Web safe color of #507184 is #666699. Color #507184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 10000100
Octal 120 161 204
Decimal 80 113 132
Hex 50 71 84

RGB Percentages of Color #507184

%24.62
%34.77
%40.62

CMYK Percentages of Color #507184

%39
%14
%0
%48

Triadic Colors of #507184

#507184 #845071 #718450

Analogous Colors of #507184

#507184 #505784 #50847d

Monochromatic Colors of #507184

#507184

Complementary Color

#507184 #846350

#507184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507184 Color CSS Codes

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

#507184 Text Font Color

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

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


#507184 Background Color

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

This div background color is #507184


#507184 Border Color

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

This div border color is #507184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507184


Comments

No comments written yet.

Please login to write comment.