Color Hex Logo

#566ede Color Hex

#566EDE
(86,110,222)
0 Favorites   0 Comments

Color spaces of #566ede

RGB 86110222
HSL0.640.670.60
HSV229°61°87°
CMYK 0.610.500.00   0.13
XYZ22.598518.404271.4685
Yxy18.40420.20090.1636
Hunter Lab42.900118.9533-68.7428
CIE-Lab49.982725.3458-60.0494

#566ede color RGB value is (86,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 11011110
Octal 126 156 336
Decimal 86 110 222
Hex 56 6E DE

RGB Percentages of Color #566ede

%20.57
%26.32
%53.11

CMYK Percentages of Color #566ede

%61
%50
%0
%13

Triadic Colors of #566ede

#566ede #de566e #6ede56

Analogous Colors of #566ede

#566ede #8256de #56b2de

Monochromatic Colors of #566ede

#566ede

Complementary Color

#566ede #dec656

#566ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ede Color CSS Codes

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

#566ede Text Font Color

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

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


#566ede Background Color

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

This div background color is #566ede


#566ede Border Color

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

This div border color is #566ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ede


Comments

No comments written yet.

Please login to write comment.