Color Hex Logo

#508eeb Color Hex

#508EEB
(80,142,235)
0 Favorites   0 Comments

Color spaces of #508eeb

RGB 80142235
HSL0.600.790.62
HSV216°66°92°
CMYK 0.660.400.00   0.08
XYZ27.976727.049682.3438
Yxy27.04960.20370.1969
Hunter Lab52.00925.0022-57.4646
CIE-Lab59.02029.2374-52.8710

#508eeb color RGB value is (80,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11101011
Octal 120 216 353
Decimal 80 142 235
Hex 50 8E EB

RGB Percentages of Color #508eeb

%17.51
%31.07
%51.42

CMYK Percentages of Color #508eeb

%66
%40
%0
%8

Triadic Colors of #508eeb

#508eeb #eb508e #8eeb50

Analogous Colors of #508eeb

#508eeb #5f50eb #50dceb

Monochromatic Colors of #508eeb

#508eeb

Complementary Color

#508eeb #ebad50

#508eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508eeb Color CSS Codes

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

#508eeb Text Font Color

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

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


#508eeb Background Color

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

This div background color is #508eeb


#508eeb Border Color

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

This div border color is #508eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508eeb


Comments

No comments written yet.

Please login to write comment.