Color Hex Logo

#565ede Color Hex

#565EDE
(86,94,222)
0 Favorites   0 Comments

Color spaces of #565ede

RGB 8694222
HSL0.660.670.60
HSV236°61°87°
CMYK 0.610.580.00   0.13
XYZ21.025315.257870.9441
Yxy15.25780.19610.1423
Hunter Lab39.061227.7232-80.3413
CIE-Lab45.985335.2147-66.5154

#565ede color RGB value is (86,94,222).

#565ede hex color red value is 86, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #565ede hue: 0.66 , saturation: 0.67 and the lightness value of 565ede is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011110 11011110
Octal 126 136 336
Decimal 86 94 222
Hex 56 5E DE

RGB Percentages of Color #565ede

%21.39
%23.38
%55.22

CMYK Percentages of Color #565ede

%61
%58
%0
%13

Triadic Colors of #565ede

#565ede #de565e #5ede56

Analogous Colors of #565ede

#565ede #9256de #56a2de

Monochromatic Colors of #565ede

#565ede

Complementary Color

#565ede #ded656

#565ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#565ede Color CSS Codes

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

#565ede Text Font Color

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

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


#565ede Background Color

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

This div background color is #565ede


#565ede Border Color

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

This div border color is #565ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565ede


Comments

No comments written yet.

Please login to write comment.