Color Hex Logo

#506fce Color Hex

#506FCE
(80,111,206)
0 Favorites   0 Comments

Color spaces of #506fce

RGB 80111206
HSL0.630.560.56
HSV225°61°81°
CMYK 0.610.460.00   0.19
XYZ20.133317.530660.7151
Yxy17.53060.20470.1782
Hunter Lab41.869612.5614-56.6678
CIE-Lab48.921818.2192-52.6833

#506fce color RGB value is (80,111,206).

#506fce hex color red value is 80, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #506fce hue: 0.63 , saturation: 0.56 and the lightness value of 506fce is 0.56.

The process color (four color CMYK) of #506fce color hex is 0.61, 0.46, 0.00, 0.19. Web safe color of #506fce is #6666cc. Color #506fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 11001110
Octal 120 157 316
Decimal 80 111 206
Hex 50 6F CE

RGB Percentages of Color #506fce

%20.15
%27.96
%51.89

CMYK Percentages of Color #506fce

%61
%46
%0
%19

Triadic Colors of #506fce

#506fce #ce506f #6fce50

Analogous Colors of #506fce

#506fce #7050ce #50aece

Monochromatic Colors of #506fce

#506fce

Complementary Color

#506fce #ceaf50

#506fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#506fce Color CSS Codes

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

#506fce Text Font Color

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

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


#506fce Background Color

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

This div background color is #506fce


#506fce Border Color

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

This div border color is #506fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506fce


Comments

No comments written yet.

Please login to write comment.