Color Hex Logo

#508edb Color Hex

#508EDB
(80,142,219)
0 Favorites   0 Comments

Color spaces of #508edb

RGB 80142219
HSL0.590.660.59
HSV213°63°86°
CMYK 0.630.350.00   0.14
XYZ25.767426.165970.7103
Yxy26.16590.21010.2133
Hunter Lab51.15260.3998-46.1521
CIE-Lab58.19423.8016-45.2749

#508edb color RGB value is (80,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11011011
Octal 120 216 333
Decimal 80 142 219
Hex 50 8E DB

RGB Percentages of Color #508edb

%18.14
%32.20
%49.66

CMYK Percentages of Color #508edb

%63
%35
%0
%14

Triadic Colors of #508edb

#508edb #db508e #8edb50

Analogous Colors of #508edb

#508edb #5750db #50d4db

Monochromatic Colors of #508edb

#508edb

Complementary Color

#508edb #db9d50

#508edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508edb Color CSS Codes

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

#508edb Text Font Color

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

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


#508edb Background Color

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

This div background color is #508edb


#508edb Border Color

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

This div border color is #508edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508edb


Comments

No comments written yet.

Please login to write comment.