Color Hex Logo

#508dee Color Hex

#508DEE
(80,141,238)
0 Favorites   0 Comments

Color spaces of #508dee

RGB 80141238
HSL0.600.820.62
HSV217°66°93°
CMYK 0.660.410.00   0.07
XYZ28.265826.928384.5968
Yxy26.92830.20220.1926
Hunter Lab51.89256.4170-60.3317
CIE-Lab58.907910.8632-54.7116

#508dee color RGB value is (80,141,238).

#508dee hex color red value is 80, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #508dee hue: 0.60 , saturation: 0.82 and the lightness value of 508dee is 0.62.

The process color (four color CMYK) of #508dee color hex is 0.66, 0.41, 0.00, 0.07. Web safe color of #508dee is #6699ff. Color #508dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11101110
Octal 120 215 356
Decimal 80 141 238
Hex 50 8D EE

RGB Percentages of Color #508dee

%17.43
%30.72
%51.85

CMYK Percentages of Color #508dee

%66
%41
%0
%7

Triadic Colors of #508dee

#508dee #ee508d #8dee50

Analogous Colors of #508dee

#508dee #6250ee #50dcee

Monochromatic Colors of #508dee

#508dee

Complementary Color

#508dee #eeb150

#508dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dee Color CSS Codes

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

#508dee Text Font Color

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

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


#508dee Background Color

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

This div background color is #508dee


#508dee Border Color

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

This div border color is #508dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dee


Comments

No comments written yet.

Please login to write comment.