Color Hex Logo

#5071ff Color Hex

#5071FF
(80,113,255)
0 Favorites   0 Comments

Color spaces of #5071ff

RGB 80113255
HSL0.641.000.66
HSV229°69°100°
CMYK 0.690.560.00   0.00
XYZ27.263420.735797.1732
Yxy20.73570.18780.1428
Hunter Lab45.536527.1819-94.6472
CIE-Lab52.659033.8053-74.1792

#5071ff color RGB value is (80,113,255).

#5071ff hex color red value is 80, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5071ff hue: 0.64 , saturation: 1.00 and the lightness value of 5071ff is 0.66.

The process color (four color CMYK) of #5071ff color hex is 0.69, 0.56, 0.00, 0.00. Web safe color of #5071ff is #6666ff. Color #5071ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 11111111
Octal 120 161 377
Decimal 80 113 255
Hex 50 71 FF

RGB Percentages of Color #5071ff

%17.86
%25.22
%56.92

CMYK Percentages of Color #5071ff

%69
%56
%0
%0

Triadic Colors of #5071ff

#5071ff #ff5071 #71ff50

Analogous Colors of #5071ff

#5071ff #8750ff #50c9ff

Monochromatic Colors of #5071ff

#5071ff

Complementary Color

#5071ff #ffde50

#5071ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5071ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5071ff Color CSS Codes

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

#5071ff Text Font Color

<p style="color:#5071ff">Text here</p>

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


#5071ff Background Color

<div style="background-color:#5071ff">
Div content here</div>

This div background color is #5071ff


#5071ff Border Color

<div style="border:3px solid #5071ff">
Div here</div>

This div border color is #5071ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,113,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5071ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5071ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5071ff;
  box-shadow:         1px 1px 3px 2px #5071ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5071ff


Comments

No comments written yet.

Please login to write comment.