Color Hex Logo

#507cbc Color Hex

#507CBC
(80,124,188)
0 Favorites   0 Comments

Color spaces of #507cbc

RGB 80124188
HSL0.600.450.53
HSV216°57°74°
CMYK 0.570.340.00   0.26
XYZ19.593019.751650.3567
Yxy19.75160.21840.2202
Hunter Lab44.44280.9185-36.0697
CIE-Lab51.55524.1778-38.1918

#507cbc color RGB value is (80,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 10111100
Octal 120 174 274
Decimal 80 124 188
Hex 50 7C BC

RGB Percentages of Color #507cbc

%20.41
%31.63
%47.96

CMYK Percentages of Color #507cbc

%57
%34
%0
%26

Triadic Colors of #507cbc

#507cbc #bc507c #7cbc50

Analogous Colors of #507cbc

#507cbc #5a50bc #50b2bc

Monochromatic Colors of #507cbc

#507cbc

Complementary Color

#507cbc #bc9050

#507cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507cbc Color CSS Codes

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

#507cbc Text Font Color

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

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


#507cbc Background Color

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

This div background color is #507cbc


#507cbc Border Color

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

This div border color is #507cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507cbc


Comments

No comments written yet.

Please login to write comment.