Color Hex Logo

#507eda Color Hex

#507EDA
(80,126,218)
0 Favorites   0 Comments

Color spaces of #507eda

RGB 80126218
HSL0.610.650.58
HSV220°63°85°
CMYK 0.630.420.00   0.15
XYZ23.424021.689169.2815
Yxy21.68910.20480.1896
Hunter Lab46.57168.2795-55.6018
CIE-Lab53.695613.0688-51.8566

#507eda color RGB value is (80,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 11011010
Octal 120 176 332
Decimal 80 126 218
Hex 50 7E DA

RGB Percentages of Color #507eda

%18.87
%29.72
%51.42

CMYK Percentages of Color #507eda

%63
%42
%0
%15

Triadic Colors of #507eda

#507eda #da507e #7eda50

Analogous Colors of #507eda

#507eda #6750da #50c3da

Monochromatic Colors of #507eda

#507eda

Complementary Color

#507eda #daac50

#507eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#507eda Color CSS Codes

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

#507eda Text Font Color

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

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


#507eda Background Color

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

This div background color is #507eda


#507eda Border Color

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

This div border color is #507eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507eda


Comments

No comments written yet.

Please login to write comment.