Color Hex Logo

#506ebd Color Hex

#506EBD
(80,110,189)
0 Favorites   0 Comments

Color spaces of #506ebd

RGB 80110189
HSL0.620.450.53
HSV223°58°74°
CMYK 0.580.420.00   0.26
XYZ18.069516.531550.3826
Yxy16.53150.21260.1945
Hunter Lab40.65898.1752-45.0080
CIE-Lab47.664213.0862-44.9269

#506ebd color RGB value is (80,110,189).

#506ebd hex color red value is 80, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #506ebd hue: 0.62 , saturation: 0.45 and the lightness value of 506ebd is 0.53.

The process color (four color CMYK) of #506ebd color hex is 0.58, 0.42, 0.00, 0.26. Web safe color of #506ebd is #6666cc. Color #506ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 10111101
Octal 120 156 275
Decimal 80 110 189
Hex 50 6E BD

RGB Percentages of Color #506ebd

%21.11
%29.02
%49.87

CMYK Percentages of Color #506ebd

%58
%42
%0
%26

Triadic Colors of #506ebd

#506ebd #bd506e #6ebd50

Analogous Colors of #506ebd

#506ebd #6950bd #50a5bd

Monochromatic Colors of #506ebd

#506ebd

Complementary Color

#506ebd #bd9f50

#506ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#506ebd Color CSS Codes

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

#506ebd Text Font Color

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

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


#506ebd Background Color

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

This div background color is #506ebd


#506ebd Border Color

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

This div border color is #506ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #506ebd;
  box-shadow:         1px 1px 3px 2px #506ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506ebd


Comments

No comments written yet.

Please login to write comment.