Color Hex Logo

#507fbe Color Hex

#507FBE
(80,127,190)
0 Favorites   0 Comments

Color spaces of #507fbe

RGB 80127190
HSL0.600.460.53
HSV214°58°75°
CMYK 0.580.330.00   0.25
XYZ20.191920.601951.6275
Yxy20.60190.21850.2229
Hunter Lab45.3893-0.0238-35.6661
CIE-Lab52.51103.0372-37.8341

#507fbe color RGB value is (80,127,190).

#507fbe hex color red value is 80, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #507fbe hue: 0.60 , saturation: 0.46 and the lightness value of 507fbe is 0.53.

The process color (four color CMYK) of #507fbe color hex is 0.58, 0.33, 0.00, 0.25. Web safe color of #507fbe is #6666cc. Color #507fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111111 10111110
Octal 120 177 276
Decimal 80 127 190
Hex 50 7F BE

RGB Percentages of Color #507fbe

%20.15
%31.99
%47.86

CMYK Percentages of Color #507fbe

%58
%33
%0
%25

Triadic Colors of #507fbe

#507fbe #be507f #7fbe50

Analogous Colors of #507fbe

#507fbe #5850be #50b6be

Monochromatic Colors of #507fbe

#507fbe

Complementary Color

#507fbe #be8f50

#507fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#507fbe Color CSS Codes

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

#507fbe Text Font Color

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

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


#507fbe Background Color

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

This div background color is #507fbe


#507fbe Border Color

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

This div border color is #507fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507fbe


Comments

No comments written yet.

Please login to write comment.