Color Hex Logo

#506eec Color Hex

#506EEC
(80,110,236)
0 Favorites   0 Comments

Color spaces of #506eec

RGB 80110236
HSL0.630.800.62
HSV228°66°93°
CMYK 0.660.530.00   0.07
XYZ24.024518.913581.7413
Yxy18.91350.19270.1517
Hunter Lab43.489722.4999-80.9962
CIE-Lab50.585929.1290-66.9675

#506eec color RGB value is (80,110,236).

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

The process color (four color CMYK) of #506eec color hex is 0.66, 0.53, 0.00, 0.07. Web safe color of #506eec is #6666ff. Color #506eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 11101100
Octal 120 156 354
Decimal 80 110 236
Hex 50 6E EC

RGB Percentages of Color #506eec

%18.78
%25.82
%55.40

CMYK Percentages of Color #506eec

%66
%53
%0
%7

Triadic Colors of #506eec

#506eec #ec506e #6eec50

Analogous Colors of #506eec

#506eec #8050ec #50bcec

Monochromatic Colors of #506eec

#506eec

Complementary Color

#506eec #ecce50

#506eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#506eec Color CSS Codes

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

#506eec Text Font Color

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

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


#506eec Background Color

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

This div background color is #506eec


#506eec Border Color

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

This div border color is #506eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506eec


Comments

No comments written yet.

Please login to write comment.