Color Hex Logo

#507fef Color Hex

#507FEF
(80,127,239)
0 Favorites   0 Comments

Color spaces of #507fef

RGB 80127239
HSL0.620.830.63
HSV222°67°94°
CMYK 0.670.470.00   0.06
XYZ26.477623.116284.7277
Yxy23.11620.19710.1721
Hunter Lab48.079314.1624-70.8282
CIE-Lab55.191819.6890-61.2134

#507fef color RGB value is (80,127,239).

#507fef hex color red value is 80, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #507fef hue: 0.62 , saturation: 0.83 and the lightness value of 507fef is 0.63.

The process color (four color CMYK) of #507fef color hex is 0.67, 0.47, 0.00, 0.06. Web safe color of #507fef is #6666ff. Color #507fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111111 11101111
Octal 120 177 357
Decimal 80 127 239
Hex 50 7F EF

RGB Percentages of Color #507fef

%17.94
%28.48
%53.59

CMYK Percentages of Color #507fef

%67
%47
%0
%6

Triadic Colors of #507fef

#507fef #ef507f #7fef50

Analogous Colors of #507fef

#507fef #7150ef #50cfef

Monochromatic Colors of #507fef

#507fef

Complementary Color

#507fef #efc050

#507fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#507fef Color CSS Codes

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

#507fef Text Font Color

<p style="color:#507fef">Text here</p>

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


#507fef Background Color

<div style="background-color:#507fef">
Div content here</div>

This div background color is #507fef


#507fef Border Color

<div style="border:3px solid #507fef">
Div here</div>

This div border color is #507fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,127,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507fef;
  -webkit-box-shadow: 1px 1px 3px 2px #507fef;
  box-shadow:         1px 1px 3px 2px #507fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507fef


Comments

No comments written yet.

Please login to write comment.