Color Hex Logo

#565ffd Color Hex

#565FFD
(86,95,253)
0 Favorites   0 Comments

Color spaces of #565ffd

RGB 8695253
HSL0.660.980.66
HSV237°66°99°
CMYK 0.660.620.00   0.01
XYZ25.659617.254794.9066
Yxy17.25470.18620.1252
Hunter Lab41.538837.5713-106.3869
CIE-Lab48.579444.7929-79.7041

#565ffd color RGB value is (86,95,253).

#565ffd hex color red value is 86, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #565ffd hue: 0.66 , saturation: 0.98 and the lightness value of 565ffd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011111 11111101
Octal 126 137 375
Decimal 86 95 253
Hex 56 5F FD

RGB Percentages of Color #565ffd

%19.82
%21.89
%58.29

CMYK Percentages of Color #565ffd

%66
%62
%0
%1

Triadic Colors of #565ffd

#565ffd #fd565f #5ffd56

Analogous Colors of #565ffd

#565ffd #a156fd #56b3fd

Monochromatic Colors of #565ffd

#565ffd

Complementary Color

#565ffd #fdf456

#565ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#565ffd Color CSS Codes

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

#565ffd Text Font Color

<p style="color:#565ffd">Text here</p>

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


#565ffd Background Color

<div style="background-color:#565ffd">
Div content here</div>

This div background color is #565ffd


#565ffd Border Color

<div style="border:3px solid #565ffd">
Div here</div>

This div border color is #565ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,95,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #565ffd;
  box-shadow:         1px 1px 3px 2px #565ffd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565ffd


Comments

No comments written yet.

Please login to write comment.