Color Hex Logo

#5056bc Color Hex

#5056BC
(80,86,188)
0 Favorites   0 Comments

Color spaces of #5056bc

RGB 8086188
HSL0.660.450.53
HSV237°57°74°
CMYK 0.570.540.00   0.26
XYZ15.713211.991949.0634
Yxy11.99190.20470.1562
Hunter Lab34.629320.3938-59.7625
CIE-Lab41.203227.8520-54.7044

#5056bc color RGB value is (80,86,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 10111100
Octal 120 126 274
Decimal 80 86 188
Hex 50 56 BC

RGB Percentages of Color #5056bc

%22.60
%24.29
%53.11

CMYK Percentages of Color #5056bc

%57
%54
%0
%26

Triadic Colors of #5056bc

#5056bc #bc5056 #56bc50

Analogous Colors of #5056bc

#5056bc #8050bc #508cbc

Monochromatic Colors of #5056bc

#5056bc

Complementary Color

#5056bc #bcb650

#5056bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5056bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5056bc Color CSS Codes

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

#5056bc Text Font Color

<p style="color:#5056bc">Text here</p>

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


#5056bc Background Color

<div style="background-color:#5056bc">
Div content here</div>

This div background color is #5056bc


#5056bc Border Color

<div style="border:3px solid #5056bc">
Div here</div>

This div border color is #5056bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5056bc


Comments

No comments written yet.

Please login to write comment.