Color Hex Logo

#508fea Color Hex

#508FEA
(80,143,234)
0 Favorites   0 Comments

Color spaces of #508fea

RGB 80143234
HSL0.600.790.62
HSV215°66°92°
CMYK 0.660.390.00   0.08
XYZ27.982027.290981.6348
Yxy27.29090.20440.1993
Hunter Lab52.24074.1898-56.0820
CIE-Lab59.24268.2997-51.9630

#508fea color RGB value is (80,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11101010
Octal 120 217 352
Decimal 80 143 234
Hex 50 8F EA

RGB Percentages of Color #508fea

%17.51
%31.29
%51.20

CMYK Percentages of Color #508fea

%66
%39
%0
%8

Triadic Colors of #508fea

#508fea #ea508f #8fea50

Analogous Colors of #508fea

#508fea #5e50ea #50dcea

Monochromatic Colors of #508fea

#508fea

Complementary Color

#508fea #eaab50

#508fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fea Color CSS Codes

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

#508fea Text Font Color

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

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


#508fea Background Color

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

This div background color is #508fea


#508fea Border Color

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

This div border color is #508fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fea


Comments

No comments written yet.

Please login to write comment.