Color Hex Logo

#5663dd Color Hex

#5663DD
(86,99,221)
0 Favorites   0 Comments

Color spaces of #5663dd

RGB 8699221
HSL0.650.670.60
HSV234°61°87°
CMYK 0.610.550.00   0.13
XYZ21.350716.122670.3933
Yxy16.12260.19790.1495
Hunter Lab40.153024.6469-75.8359
CIE-Lab47.134931.8114-64.0833

#5663dd color RGB value is (86,99,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100011 11011101
Octal 126 143 335
Decimal 86 99 221
Hex 56 63 DD

RGB Percentages of Color #5663dd

%21.18
%24.38
%54.43

CMYK Percentages of Color #5663dd

%61
%55
%0
%13

Triadic Colors of #5663dd

#5663dd #dd5663 #63dd56

Analogous Colors of #5663dd

#5663dd #8d56dd #56a7dd

Monochromatic Colors of #5663dd

#5663dd

Complementary Color

#5663dd #ddd056

#5663dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5663dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5663dd Color CSS Codes

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

#5663dd Text Font Color

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

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


#5663dd Background Color

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

This div background color is #5663dd


#5663dd Border Color

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

This div border color is #5663dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,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 #5663dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5663dd


Comments

No comments written yet.

Please login to write comment.