Color Hex Logo

#506eff Color Hex

#506EFF
(80,110,255)
0 Favorites   0 Comments

Color spaces of #506eff

RGB 80110255
HSL0.641.000.66
HSV230°69°100°
CMYK 0.690.570.00   0.00
XYZ26.934220.077397.0635
Yxy20.07730.18690.1394
Hunter Lab44.807728.8840-97.0700
CIE-Lab51.924535.6387-75.3731

#506eff color RGB value is (80,110,255).

#506eff hex color red value is 80, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #506eff hue: 0.64 , saturation: 1.00 and the lightness value of 506eff is 0.66.

The process color (four color CMYK) of #506eff color hex is 0.69, 0.57, 0.00, 0.00. Web safe color of #506eff is #6666ff. Color #506eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 11111111
Octal 120 156 377
Decimal 80 110 255
Hex 50 6E FF

RGB Percentages of Color #506eff

%17.98
%24.72
%57.30

CMYK Percentages of Color #506eff

%69
%57
%0
%0

Triadic Colors of #506eff

#506eff #ff506e #6eff50

Analogous Colors of #506eff

#506eff #8a50ff #50c6ff

Monochromatic Colors of #506eff

#506eff

Complementary Color

#506eff #ffe150

#506eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#506eff Color CSS Codes

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

#506eff Text Font Color

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

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


#506eff Background Color

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

This div background color is #506eff


#506eff Border Color

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

This div border color is #506eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506eff


Comments

No comments written yet.

Please login to write comment.