Color Hex Logo

#507cbb Color Hex

#507CBB
(80,124,187)
0 Favorites   0 Comments

Color spaces of #507cbb

RGB 80124187
HSL0.600.440.52
HSV215°57°73°
CMYK 0.570.340.00   0.27
XYZ19.485619.708649.7909
Yxy19.70860.21900.2215
Hunter Lab44.39440.6572-35.4212
CIE-Lab51.50613.8486-37.6950

#507cbb color RGB value is (80,124,187).

#507cbb hex color red value is 80, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #507cbb hue: 0.60 , saturation: 0.44 and the lightness value of 507cbb is 0.52.

The process color (four color CMYK) of #507cbb color hex is 0.57, 0.34, 0.00, 0.27. Web safe color of #507cbb is #6666cc. Color #507cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 10111011
Octal 120 174 273
Decimal 80 124 187
Hex 50 7C BB

RGB Percentages of Color #507cbb

%20.46
%31.71
%47.83

CMYK Percentages of Color #507cbb

%57
%34
%0
%27

Triadic Colors of #507cbb

#507cbb #bb507c #7cbb50

Analogous Colors of #507cbb

#507cbb #5950bb #50b2bb

Monochromatic Colors of #507cbb

#507cbb

Complementary Color

#507cbb #bb8f50

#507cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#507cbb Color CSS Codes

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

#507cbb Text Font Color

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

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


#507cbb Background Color

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

This div background color is #507cbb


#507cbb Border Color

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

This div border color is #507cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507cbb


Comments

No comments written yet.

Please login to write comment.