Color Hex Logo

#5056af Color Hex

#5056AF
(80,86,175)
0 Favorites   0 Comments

Color spaces of #5056af

RGB 8086175
HSL0.660.370.50
HSV236°54°69°
CMYK 0.540.510.00   0.31
XYZ14.373911.456242.0111
Yxy11.45620.21190.1689
Hunter Lab33.847016.5718-49.8982
CIE-Lab40.338423.5503-48.4659

#5056af color RGB value is (80,86,175).

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

The process color (four color CMYK) of #5056af color hex is 0.54, 0.51, 0.00, 0.31. Web safe color of #5056af is #666699. Color #5056af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 10101111
Octal 120 126 257
Decimal 80 86 175
Hex 50 56 AF

RGB Percentages of Color #5056af

%23.46
%25.22
%51.32

CMYK Percentages of Color #5056af

%54
%51
%0
%31

Triadic Colors of #5056af

#5056af #af5056 #56af50

Analogous Colors of #5056af

#5056af #7a50af #5086af

Monochromatic Colors of #5056af

#5056af

Complementary Color

#5056af #afa950

#5056af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5056af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5056af Color CSS Codes

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

#5056af Text Font Color

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

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


#5056af Background Color

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

This div background color is #5056af


#5056af Border Color

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

This div border color is #5056af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5056af


Comments

No comments written yet.

Please login to write comment.