Color Hex Logo

#5561fd Color Hex

#5561FD
(85,97,253)
0 Favorites   0 Comments

Color spaces of #5561fd

RGB 8597253
HSL0.650.980.66
HSV236°66°99°
CMYK 0.660.620.00   0.01
XYZ25.750617.572594.9631
Yxy17.57250.18620.1271
Hunter Lab41.919636.2908-104.9698
CIE-Lab48.973443.4759-79.0626

#5561fd color RGB value is (85,97,253).

#5561fd hex color red value is 85, green value is 97 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5561fd hue: 0.65 , saturation: 0.98 and the lightness value of 5561fd is 0.66.

The process color (four color CMYK) of #5561fd color hex is 0.66, 0.62, 0.00, 0.01. Web safe color of #5561fd is #6666ff. Color #5561fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 11111101
Octal 125 141 375
Decimal 85 97 253
Hex 55 61 FD

RGB Percentages of Color #5561fd

%19.54
%22.30
%58.16

CMYK Percentages of Color #5561fd

%66
%62
%0
%1

Triadic Colors of #5561fd

#5561fd #fd5561 #61fd55

Analogous Colors of #5561fd

#5561fd #9d55fd #55b5fd

Monochromatic Colors of #5561fd

#5561fd

Complementary Color

#5561fd #fdf155

#5561fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5561fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5561fd Color CSS Codes

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

#5561fd Text Font Color

<p style="color:#5561fd">Text here</p>

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


#5561fd Background Color

<div style="background-color:#5561fd">
Div content here</div>

This div background color is #5561fd


#5561fd Border Color

<div style="border:3px solid #5561fd">
Div here</div>

This div border color is #5561fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5561fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5561fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5561fd;
  box-shadow:         1px 1px 3px 2px #5561fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,97,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5561fd

Related Colors


Comments

No comments written yet.

Please login to write comment.