Color Hex Logo

#506ebf Color Hex

#506EBF
(80,110,191)
0 Favorites   0 Comments

Color spaces of #506ebf

RGB 80110191
HSL0.620.460.53
HSV224°58°75°
CMYK 0.580.420.00   0.25
XYZ18.288216.618951.5341
Yxy16.61890.21160.1923
Hunter Lab40.76638.7360-46.4142
CIE-Lab47.776213.7587-45.9035

#506ebf color RGB value is (80,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 10111111
Octal 120 156 277
Decimal 80 110 191
Hex 50 6E BF

RGB Percentages of Color #506ebf

%21.00
%28.87
%50.13

CMYK Percentages of Color #506ebf

%58
%42
%0
%25

Triadic Colors of #506ebf

#506ebf #bf506e #6ebf50

Analogous Colors of #506ebf

#506ebf #6a50bf #50a6bf

Monochromatic Colors of #506ebf

#506ebf

Complementary Color

#506ebf #bfa150

#506ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#506ebf Color CSS Codes

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

#506ebf Text Font Color

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

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


#506ebf Background Color

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

This div background color is #506ebf


#506ebf Border Color

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

This div border color is #506ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506ebf


Comments

No comments written yet.

Please login to write comment.