Color Hex Logo

#5060ff Color Hex

#5060FF
(80,96,255)
0 Favorites   0 Comments

Color spaces of #5060ff

RGB 8096255
HSL0.651.000.66
HSV235°69°100°
CMYK 0.690.620.00   0.00
XYZ25.541117.291296.5991
Yxy17.29120.18320.1240
Hunter Lab41.582736.8693-108.6264
CIE-Lab48.624944.0985-80.7546

#5060ff color RGB value is (80,96,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 11111111
Octal 120 140 377
Decimal 80 96 255
Hex 50 60 FF

RGB Percentages of Color #5060ff

%18.56
%22.27
%59.16

CMYK Percentages of Color #5060ff

%69
%62
%0
%0

Triadic Colors of #5060ff

#5060ff #ff5060 #60ff50

Analogous Colors of #5060ff

#5060ff #9850ff #50b8ff

Monochromatic Colors of #5060ff

#5060ff

Complementary Color

#5060ff #ffef50

#5060ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5060ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5060ff Color CSS Codes

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

#5060ff Text Font Color

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

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


#5060ff Background Color

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

This div background color is #5060ff


#5060ff Border Color

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

This div border color is #5060ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5060ff


Comments

No comments written yet.

Please login to write comment.