Color Hex Logo

#565dec Color Hex

#565DEC
(86,93,236)
0 Favorites   0 Comments

Color spaces of #565dec

RGB 8693236
HSL0.660.800.63
HSV237°64°93°
CMYK 0.640.610.00   0.07
XYZ22.892415.863381.2122
Yxy15.86330.19080.1322
Hunter Lab39.828832.8962-93.0142
CIE-Lab46.794640.4246-73.1110

#565dec color RGB value is (86,93,236).

#565dec hex color red value is 86, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #565dec hue: 0.66 , saturation: 0.80 and the lightness value of 565dec is 0.63.

The process color (four color CMYK) of #565dec color hex is 0.64, 0.61, 0.00, 0.07. Web safe color of #565dec is #6666ff. Color #565dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011101 11101100
Octal 126 135 354
Decimal 86 93 236
Hex 56 5D EC

RGB Percentages of Color #565dec

%20.72
%22.41
%56.87

CMYK Percentages of Color #565dec

%64
%61
%0
%7

Triadic Colors of #565dec

#565dec #ec565d #5dec56

Analogous Colors of #565dec

#565dec #9a56ec #56a8ec

Monochromatic Colors of #565dec

#565dec

Complementary Color

#565dec #ece556

#565dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#565dec Color CSS Codes

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

#565dec Text Font Color

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

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


#565dec Background Color

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

This div background color is #565dec


#565dec Border Color

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

This div border color is #565dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565dec


Comments

No comments written yet.

Please login to write comment.