Color Hex Logo

#5060dc Color Hex

#5060DC
(80,96,220)
0 Favorites   0 Comments

Color spaces of #5060dc

RGB 8096220
HSL0.650.670.59
HSV233°64°86°
CMYK 0.640.560.00   0.14
XYZ20.409415.238569.5758
Yxy15.23850.19400.1448
Hunter Lab39.036525.0109-78.3485
CIE-Lab45.959132.3454-65.4385

#5060dc color RGB value is (80,96,220).

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

The process color (four color CMYK) of #5060dc color hex is 0.64, 0.56, 0.00, 0.14. Web safe color of #5060dc is #6666cc. Color #5060dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 11011100
Octal 120 140 334
Decimal 80 96 220
Hex 50 60 DC

RGB Percentages of Color #5060dc

%20.20
%24.24
%55.56

CMYK Percentages of Color #5060dc

%64
%56
%0
%14

Triadic Colors of #5060dc

#5060dc #dc5060 #60dc50

Analogous Colors of #5060dc

#5060dc #8650dc #50a6dc

Monochromatic Colors of #5060dc

#5060dc

Complementary Color

#5060dc #dccc50

#5060dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5060dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5060dc Color CSS Codes

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

#5060dc Text Font Color

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

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


#5060dc Background Color

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

This div background color is #5060dc


#5060dc Border Color

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

This div border color is #5060dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5060dc


Comments

No comments written yet.

Please login to write comment.