Color Hex Logo

#507cfe Color Hex

#507CFE
(80,124,254)
0 Favorites   0 Comments

Color spaces of #507cfe

RGB 80124254
HSL0.620.990.65
HSV225°69°100°
CMYK 0.690.510.00   0.00
XYZ28.405323.276596.7616
Yxy23.27650.19140.1568
Hunter Lab48.245720.6642-85.1400
CIE-Lab55.356026.7212-69.2569

#507cfe color RGB value is (80,124,254).

#507cfe hex color red value is 80, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #507cfe hue: 0.62 , saturation: 0.99 and the lightness value of 507cfe is 0.65.

The process color (four color CMYK) of #507cfe color hex is 0.69, 0.51, 0.00, 0.00. Web safe color of #507cfe is #6666ff. Color #507cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 11111110
Octal 120 174 376
Decimal 80 124 254
Hex 50 7C FE

RGB Percentages of Color #507cfe

%17.47
%27.07
%55.46

CMYK Percentages of Color #507cfe

%69
%51
%0
%0

Triadic Colors of #507cfe

#507cfe #fe507c #7cfe50

Analogous Colors of #507cfe

#507cfe #7b50fe #50d3fe

Monochromatic Colors of #507cfe

#507cfe

Complementary Color

#507cfe #fed250

#507cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#507cfe Color CSS Codes

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

#507cfe Text Font Color

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

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


#507cfe Background Color

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

This div background color is #507cfe


#507cfe Border Color

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

This div border color is #507cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.