Color Hex Logo

#507bbc Color Hex

#507BBC
(80,123,188)
0 Favorites   0 Comments

Color spaces of #507bbc

RGB 80123188
HSL0.600.450.53
HSV216°57°74°
CMYK 0.570.350.00   0.26
XYZ19.468319.502250.3152
Yxy19.50220.21800.2184
Hunter Lab44.16131.4086-36.6392
CIE-Lab51.26974.7806-38.6416

#507bbc color RGB value is (80,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 10111100
Octal 120 173 274
Decimal 80 123 188
Hex 50 7B BC

RGB Percentages of Color #507bbc

%20.46
%31.46
%48.08

CMYK Percentages of Color #507bbc

%57
%35
%0
%26

Triadic Colors of #507bbc

#507bbc #bc507b #7bbc50

Analogous Colors of #507bbc

#507bbc #5b50bc #50b1bc

Monochromatic Colors of #507bbc

#507bbc

Complementary Color

#507bbc #bc9150

#507bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507bbc Color CSS Codes

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

#507bbc Text Font Color

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

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


#507bbc Background Color

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

This div background color is #507bbc


#507bbc Border Color

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

This div border color is #507bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,123,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 #507bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507bbc


Comments

No comments written yet.

Please login to write comment.