Color Hex Logo

#507fbd Color Hex

#507FBD
(80,127,189)
0 Favorites   0 Comments

Color spaces of #507fbd

RGB 80127189
HSL0.590.450.53
HSV214°58°74°
CMYK 0.580.330.00   0.26
XYZ20.082920.558351.0538
Yxy20.55830.21900.2242
Hunter Lab45.3413-0.2846-35.0211
CIE-Lab52.46272.7078-37.3377

#507fbd color RGB value is (80,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111111 10111101
Octal 120 177 275
Decimal 80 127 189
Hex 50 7F BD

RGB Percentages of Color #507fbd

%20.20
%32.07
%47.73

CMYK Percentages of Color #507fbd

%58
%33
%0
%26

Triadic Colors of #507fbd

#507fbd #bd507f #7fbd50

Analogous Colors of #507fbd

#507fbd #5850bd #50b6bd

Monochromatic Colors of #507fbd

#507fbd

Complementary Color

#507fbd #bd8e50

#507fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#507fbd Color CSS Codes

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

#507fbd Text Font Color

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

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


#507fbd Background Color

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

This div background color is #507fbd


#507fbd Border Color

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

This div border color is #507fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507fbd


Comments

No comments written yet.

Please login to write comment.