Color Hex Logo

#5060df Color Hex

#5060DF
(80,96,223)
0 Favorites   0 Comments

Color spaces of #5060df

RGB 8096223
HSL0.650.690.59
HSV233°64°87°
CMYK 0.640.570.00   0.13
XYZ20.810415.398971.6875
Yxy15.39890.19290.1427
Hunter Lab39.241425.9891-80.8439
CIE-Lab46.175833.3599-66.7904

#5060df color RGB value is (80,96,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 11011111
Octal 120 140 337
Decimal 80 96 223
Hex 50 60 DF

RGB Percentages of Color #5060df

%20.05
%24.06
%55.89

CMYK Percentages of Color #5060df

%64
%57
%0
%13

Triadic Colors of #5060df

#5060df #df5060 #60df50

Analogous Colors of #5060df

#5060df #8850df #50a8df

Monochromatic Colors of #5060df

#5060df

Complementary Color

#5060df #dfcf50

#5060df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5060df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5060df Color CSS Codes

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

#5060df Text Font Color

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

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


#5060df Background Color

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

This div background color is #5060df


#5060df Border Color

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

This div border color is #5060df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5060df


Comments

No comments written yet.

Please login to write comment.