Color Hex Logo

#508feb Color Hex

#508FEB
(80,143,235)
0 Favorites   0 Comments

Color spaces of #508feb

RGB 80143235
HSL0.600.790.62
HSV216°66°92°
CMYK 0.660.390.00   0.08
XYZ28.126127.348682.3937
Yxy27.34860.20400.1984
Hunter Lab52.29594.4842-56.8060
CIE-Lab59.29568.6413-52.4330

#508feb color RGB value is (80,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11101011
Octal 120 217 353
Decimal 80 143 235
Hex 50 8F EB

RGB Percentages of Color #508feb

%17.47
%31.22
%51.31

CMYK Percentages of Color #508feb

%66
%39
%0
%8

Triadic Colors of #508feb

#508feb #eb508f #8feb50

Analogous Colors of #508feb

#508feb #5f50eb #50ddeb

Monochromatic Colors of #508feb

#508feb

Complementary Color

#508feb #ebac50

#508feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508feb Color CSS Codes

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

#508feb Text Font Color

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

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


#508feb Background Color

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

This div background color is #508feb


#508feb Border Color

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

This div border color is #508feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508feb


Comments

No comments written yet.

Please login to write comment.