Color Hex Logo

#507286 Color Hex

#507286
(80,114,134)
0 Favorites   0 Comments

Color spaces of #507286

RGB 80114134
HSL0.560.250.42
HSV202°40°53°
CMYK 0.400.150.00   0.47
XYZ13.628715.461324.8203
Yxy15.46130.25280.2868
Hunter Lab39.3209-6.9430-9.9007
CIE-Lab46.2596-6.6576-14.8298

#507286 color RGB value is (80,114,134).

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

The process color (four color CMYK) of #507286 color hex is 0.40, 0.15, 0.00, 0.47. Web safe color of #507286 is #666699. Color #507286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 10000110
Octal 120 162 206
Decimal 80 114 134
Hex 50 72 86

RGB Percentages of Color #507286

%24.39
%34.76
%40.85

CMYK Percentages of Color #507286

%40
%15
%0
%47

Triadic Colors of #507286

#507286 #865072 #728650

Analogous Colors of #507286

#507286 #505786 #50867f

Monochromatic Colors of #507286

#507286

Complementary Color

#507286 #866450

#507286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507286 Color CSS Codes

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

#507286 Text Font Color

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

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


#507286 Background Color

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

This div background color is #507286


#507286 Border Color

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

This div border color is #507286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507286


Comments

No comments written yet.

Please login to write comment.