Color Hex Logo

#506fff Color Hex

#506FFF
(80,111,255)
0 Favorites   0 Comments

Color spaces of #506fff

RGB 80111255
HSL0.641.000.66
HSV229°69°100°
CMYK 0.690.560.00   0.00
XYZ27.042720.294497.0996
Yxy20.29440.18720.1405
Hunter Lab45.049328.3157-96.2596
CIE-Lab52.168435.0276-74.9763

#506fff color RGB value is (80,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 11111111
Octal 120 157 377
Decimal 80 111 255
Hex 50 6F FF

RGB Percentages of Color #506fff

%17.94
%24.89
%57.17

CMYK Percentages of Color #506fff

%69
%56
%0
%0

Triadic Colors of #506fff

#506fff #ff506f #6fff50

Analogous Colors of #506fff

#506fff #8950ff #50c7ff

Monochromatic Colors of #506fff

#506fff

Complementary Color

#506fff #ffe050

#506fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#506fff Color CSS Codes

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

#506fff Text Font Color

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

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


#506fff Background Color

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

This div background color is #506fff


#506fff Border Color

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

This div border color is #506fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,111,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 #506fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506fff


Comments

No comments written yet.

Please login to write comment.