Color Hex Logo

#508beb Color Hex

#508BEB
(80,139,235)
0 Favorites   0 Comments

Color spaces of #508beb

RGB 80139235
HSL0.600.790.62
HSV217°66°92°
CMYK 0.660.410.00   0.08
XYZ27.536326.168982.1970
Yxy26.16890.20260.1926
Hunter Lab51.15556.5618-59.4586
CIE-Lab58.197011.0311-54.1819

#508beb color RGB value is (80,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 11101011
Octal 120 213 353
Decimal 80 139 235
Hex 50 8B EB

RGB Percentages of Color #508beb

%17.62
%30.62
%51.76

CMYK Percentages of Color #508beb

%66
%41
%0
%8

Triadic Colors of #508beb

#508beb #eb508b #8beb50

Analogous Colors of #508beb

#508beb #6350eb #50d9eb

Monochromatic Colors of #508beb

#508beb

Complementary Color

#508beb #ebb050

#508beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508beb Color CSS Codes

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

#508beb Text Font Color

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

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


#508beb Background Color

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

This div background color is #508beb


#508beb Border Color

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

This div border color is #508beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508beb


Comments

No comments written yet.

Please login to write comment.