Color Hex Logo

#507afa Color Hex

#507AFA
(80,122,250)
0 Favorites   0 Comments

Color spaces of #507afa

RGB 80122250
HSL0.630.940.65
HSV225°68°98°
CMYK 0.680.510.00   0.02
XYZ27.523122.526793.3399
Yxy22.52670.19190.1571
Hunter Lab47.462320.4520-83.3768
CIE-Lab54.581426.5627-68.2986

#507afa color RGB value is (80,122,250).

#507afa hex color red value is 80, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #507afa hue: 0.63 , saturation: 0.94 and the lightness value of 507afa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 11111010
Octal 120 172 372
Decimal 80 122 250
Hex 50 7A FA

RGB Percentages of Color #507afa

%17.70
%26.99
%55.31

CMYK Percentages of Color #507afa

%68
%51
%0
%2

Triadic Colors of #507afa

#507afa #fa507a #7afa50

Analogous Colors of #507afa

#507afa #7b50fa #50cffa

Monochromatic Colors of #507afa

#507afa

Complementary Color

#507afa #fad050

#507afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#507afa Color CSS Codes

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

#507afa Text Font Color

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

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


#507afa Background Color

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

This div background color is #507afa


#507afa Border Color

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

This div border color is #507afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507afa


Comments

No comments written yet.

Please login to write comment.