Color Hex Logo

#508eda Color Hex

#508EDA
(80,142,218)
0 Favorites   0 Comments

Color spaces of #508eda

RGB 80142218
HSL0.590.650.58
HSV213°63°85°
CMYK 0.630.350.00   0.15
XYZ25.636226.113470.0189
Yxy26.11340.21050.2145
Hunter Lab51.10130.1217-45.4682
CIE-Lab58.14453.4655-44.7941

#508eda color RGB value is (80,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11011010
Octal 120 216 332
Decimal 80 142 218
Hex 50 8E DA

RGB Percentages of Color #508eda

%18.18
%32.27
%49.55

CMYK Percentages of Color #508eda

%63
%35
%0
%15

Triadic Colors of #508eda

#508eda #da508e #8eda50

Analogous Colors of #508eda

#508eda #5750da #50d3da

Monochromatic Colors of #508eda

#508eda

Complementary Color

#508eda #da9c50

#508eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#508eda Color CSS Codes

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

#508eda Text Font Color

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

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


#508eda Background Color

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

This div background color is #508eda


#508eda Border Color

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

This div border color is #508eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508eda


Comments

No comments written yet.

Please login to write comment.