Color Hex Logo

#508eec Color Hex

#508EEC
(80,142,236)
0 Favorites   0 Comments

Color spaces of #508eec

RGB 80142236
HSL0.600.800.62
HSV216°66°93°
CMYK 0.660.400.00   0.07
XYZ28.121627.107683.1070
Yxy27.10760.20330.1960
Hunter Lab52.06505.2987-58.1943
CIE-Lab59.07389.5796-53.3398

#508eec color RGB value is (80,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11101100
Octal 120 216 354
Decimal 80 142 236
Hex 50 8E EC

RGB Percentages of Color #508eec

%17.47
%31.00
%51.53

CMYK Percentages of Color #508eec

%66
%40
%0
%7

Triadic Colors of #508eec

#508eec #ec508e #8eec50

Analogous Colors of #508eec

#508eec #6050ec #50dcec

Monochromatic Colors of #508eec

#508eec

Complementary Color

#508eec #ecae50

#508eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#508eec Color CSS Codes

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

#508eec Text Font Color

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

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


#508eec Background Color

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

This div background color is #508eec


#508eec Border Color

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

This div border color is #508eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508eec


Comments

No comments written yet.

Please login to write comment.