Color Hex Logo

#5663da Color Hex

#5663DA
(86,99,218)
0 Favorites   0 Comments

Color spaces of #5663da

RGB 8699218
HSL0.650.640.60
HSV234°61°85°
CMYK 0.610.550.00   0.15
XYZ20.954515.964168.3066
Yxy15.96410.19910.1517
Hunter Lab39.955123.6931-73.3927
CIE-Lab46.927430.8143-62.7152

#5663da color RGB value is (86,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100011 11011010
Octal 126 143 332
Decimal 86 99 218
Hex 56 63 DA

RGB Percentages of Color #5663da

%21.34
%24.57
%54.09

CMYK Percentages of Color #5663da

%61
%55
%0
%15

Triadic Colors of #5663da

#5663da #da5663 #63da56

Analogous Colors of #5663da

#5663da #8b56da #56a5da

Monochromatic Colors of #5663da

#5663da

Complementary Color

#5663da #dacd56

#5663da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5663da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5663da Color CSS Codes

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

#5663da Text Font Color

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

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


#5663da Background Color

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

This div background color is #5663da


#5663da Border Color

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

This div border color is #5663da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5663da


Comments

No comments written yet.

Please login to write comment.