Color Hex Logo

#5063db Color Hex

#5063DB
(80,99,219)
0 Favorites   0 Comments

Color spaces of #5063db

RGB 8099219
HSL0.640.660.59
HSV232°63°86°
CMYK 0.630.550.00   0.14
XYZ20.556315.743668.9732
Yxy15.74360.19530.1496
Hunter Lab39.678223.0396-75.2899
CIE-Lab46.636330.1433-63.7722

#5063db color RGB value is (80,99,219).

#5063db hex color red value is 80, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5063db hue: 0.64 , saturation: 0.66 and the lightness value of 5063db is 0.59.

The process color (four color CMYK) of #5063db color hex is 0.63, 0.55, 0.00, 0.14. Web safe color of #5063db is #6666cc. Color #5063db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 11011011
Octal 120 143 333
Decimal 80 99 219
Hex 50 63 DB

RGB Percentages of Color #5063db

%20.10
%24.87
%55.03

CMYK Percentages of Color #5063db

%63
%55
%0
%14

Triadic Colors of #5063db

#5063db #db5063 #63db50

Analogous Colors of #5063db

#5063db #8350db #50a9db

Monochromatic Colors of #5063db

#5063db

Complementary Color

#5063db #dbc850

#5063db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5063db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5063db Color CSS Codes

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

#5063db Text Font Color

<p style="color:#5063db">Text here</p>

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


#5063db Background Color

<div style="background-color:#5063db">
Div content here</div>

This div background color is #5063db


#5063db Border Color

<div style="border:3px solid #5063db">
Div here</div>

This div border color is #5063db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,99,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5063db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5063db;
  -webkit-box-shadow: 1px 1px 3px 2px #5063db;
  box-shadow:         1px 1px 3px 2px #5063db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5063db


Comments

No comments written yet.

Please login to write comment.