Color Hex Logo

#5063dd Color Hex

#5063DD
(80,99,221)
0 Favorites   0 Comments

Color spaces of #5063dd

RGB 8099221
HSL0.640.670.59
HSV232°64°87°
CMYK 0.640.550.00   0.13
XYZ20.821315.849670.3685
Yxy15.84960.19450.1481
Hunter Lab39.811623.6846-76.9293
CIE-Lab46.776530.8229-64.6809

#5063dd color RGB value is (80,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 11011101
Octal 120 143 335
Decimal 80 99 221
Hex 50 63 DD

RGB Percentages of Color #5063dd

%20.00
%24.75
%55.25

CMYK Percentages of Color #5063dd

%64
%55
%0
%13

Triadic Colors of #5063dd

#5063dd #dd5063 #63dd50

Analogous Colors of #5063dd

#5063dd #8450dd #50aadd

Monochromatic Colors of #5063dd

#5063dd

Complementary Color

#5063dd #ddca50

#5063dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5063dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5063dd Color CSS Codes

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

#5063dd Text Font Color

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

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


#5063dd Background Color

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

This div background color is #5063dd


#5063dd Border Color

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

This div border color is #5063dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5063dd


Comments

No comments written yet.

Please login to write comment.