Color Hex Logo

#507bff Color Hex

#507BFF
(80,123,255)
0 Favorites   0 Comments

Color spaces of #507bff

RGB 80123255
HSL0.631.000.66
HSV225°69°100°
CMYK 0.690.520.00   0.00
XYZ28.441223.091497.5658
Yxy23.09140.19080.1549
Hunter Lab48.053521.5543-86.7424
CIE-Lab55.166427.6794-70.1151

#507bff color RGB value is (80,123,255).

#507bff hex color red value is 80, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #507bff hue: 0.63 , saturation: 1.00 and the lightness value of 507bff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 11111111
Octal 120 173 377
Decimal 80 123 255
Hex 50 7B FF

RGB Percentages of Color #507bff

%17.47
%26.86
%55.68

CMYK Percentages of Color #507bff

%69
%52
%0
%0

Triadic Colors of #507bff

#507bff #ff507b #7bff50

Analogous Colors of #507bff

#507bff #7d50ff #50d3ff

Monochromatic Colors of #507bff

#507bff

Complementary Color

#507bff #ffd450

#507bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#507bff Color CSS Codes

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

#507bff Text Font Color

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

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


#507bff Background Color

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

This div background color is #507bff


#507bff Border Color

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

This div border color is #507bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507bff

Related Colors


Comments

No comments written yet.

Please login to write comment.