Color Hex Logo

#506bef Color Hex

#506BEF
(80,107,239)
0 Favorites   0 Comments

Color spaces of #506bef

RGB 80107239
HSL0.640.830.63
HSV230°67°94°
CMYK 0.670.550.00   0.06
XYZ24.145918.452983.9505
Yxy18.45290.19080.1458
Hunter Lab42.956825.1598-85.8006
CIE-Lab50.040932.0096-69.5301

#506bef color RGB value is (80,107,239).

#506bef hex color red value is 80, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #506bef hue: 0.64 , saturation: 0.83 and the lightness value of 506bef is 0.63.

The process color (four color CMYK) of #506bef color hex is 0.67, 0.55, 0.00, 0.06. Web safe color of #506bef is #6666ff. Color #506bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101011 11101111
Octal 120 153 357
Decimal 80 107 239
Hex 50 6B EF

RGB Percentages of Color #506bef

%18.78
%25.12
%56.10

CMYK Percentages of Color #506bef

%67
%55
%0
%6

Triadic Colors of #506bef

#506bef #ef506b #6bef50

Analogous Colors of #506bef

#506bef #8550ef #50bbef

Monochromatic Colors of #506bef

#506bef

Complementary Color

#506bef #efd450

#506bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#506bef Color CSS Codes

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

#506bef Text Font Color

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

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


#506bef Background Color

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

This div background color is #506bef


#506bef Border Color

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

This div border color is #506bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506bef


Comments

No comments written yet.

Please login to write comment.