Color Hex Logo

#507fde Color Hex

#507FDE
(80,127,222)
0 Favorites   0 Comments

Color spaces of #507fde

RGB 80127222
HSL0.610.680.59
HSV220°64°87°
CMYK 0.640.430.00   0.13
XYZ24.082522.158172.1149
Yxy22.15810.20350.1872
Hunter Lab47.07248.9449-57.8816
CIE-Lab54.194413.8293-53.3104

#507fde color RGB value is (80,127,222).

#507fde hex color red value is 80, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #507fde hue: 0.61 , saturation: 0.68 and the lightness value of 507fde is 0.59.

The process color (four color CMYK) of #507fde color hex is 0.64, 0.43, 0.00, 0.13. Web safe color of #507fde is #6666cc. Color #507fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111111 11011110
Octal 120 177 336
Decimal 80 127 222
Hex 50 7F DE

RGB Percentages of Color #507fde

%18.65
%29.60
%51.75

CMYK Percentages of Color #507fde

%64
%43
%0
%13

Triadic Colors of #507fde

#507fde #de507f #7fde50

Analogous Colors of #507fde

#507fde #6850de #50c6de

Monochromatic Colors of #507fde

#507fde

Complementary Color

#507fde #deaf50

#507fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#507fde Color CSS Codes

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

#507fde Text Font Color

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

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


#507fde Background Color

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

This div background color is #507fde


#507fde Border Color

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

This div border color is #507fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507fde


Comments

No comments written yet.

Please login to write comment.