Color Hex Logo

#507bfd Color Hex

#507BFD
(80,123,253)
0 Favorites   0 Comments

Color spaces of #507bfd

RGB 80123253
HSL0.630.980.65
HSV225°68°99°
CMYK 0.680.510.00   0.01
XYZ28.120822.963295.8787
Yxy22.96320.19130.1563
Hunter Lab47.919920.8891-85.0841
CIE-Lab55.034426.9876-69.2248

#507bfd color RGB value is (80,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 11111101
Octal 120 173 375
Decimal 80 123 253
Hex 50 7B FD

RGB Percentages of Color #507bfd

%17.54
%26.97
%55.48

CMYK Percentages of Color #507bfd

%68
%51
%0
%1

Triadic Colors of #507bfd

#507bfd #fd507b #7bfd50

Analogous Colors of #507bfd

#507bfd #7c50fd #50d2fd

Monochromatic Colors of #507bfd

#507bfd

Complementary Color

#507bfd #fdd250

#507bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#507bfd Color CSS Codes

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

#507bfd Text Font Color

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

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


#507bfd Background Color

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

This div background color is #507bfd


#507bfd Border Color

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

This div border color is #507bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507bfd


Comments

No comments written yet.

Please login to write comment.