Color Hex Logo

#506eda Color Hex

#506EDA
(80,110,218)
0 Favorites   0 Comments

Color spaces of #506eda

RGB 80110218
HSL0.630.650.58
HSV227°63°85°
CMYK 0.630.500.00   0.15
XYZ21.539117.919368.6532
Yxy17.91930.19920.1657
Hunter Lab42.331216.7454-66.5253
CIE-Lab49.398122.9478-58.7445

#506eda color RGB value is (80,110,218).

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

The process color (four color CMYK) of #506eda color hex is 0.63, 0.50, 0.00, 0.15. Web safe color of #506eda is #6666cc. Color #506eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 11011010
Octal 120 156 332
Decimal 80 110 218
Hex 50 6E DA

RGB Percentages of Color #506eda

%19.61
%26.96
%53.43

CMYK Percentages of Color #506eda

%63
%50
%0
%15

Triadic Colors of #506eda

#506eda #da506e #6eda50

Analogous Colors of #506eda

#506eda #7750da #50b3da

Monochromatic Colors of #506eda

#506eda

Complementary Color

#506eda #dabc50

#506eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#506eda Color CSS Codes

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

#506eda Text Font Color

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

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


#506eda Background Color

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

This div background color is #506eda


#506eda Border Color

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

This div border color is #506eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506eda


Comments

No comments written yet.

Please login to write comment.