Color Hex Logo

#565ddc Color Hex

#565DDC
(86,93,220)
0 Favorites   0 Comments

Color spaces of #565ddc

RGB 8693220
HSL0.660.660.60
HSV237°61°86°
CMYK 0.610.580.00   0.14
XYZ20.670414.974469.5111
Yxy14.97440.19660.1424
Hunter Lab38.696827.6288-79.4150
CIE-Lab45.599135.1682-66.0058

#565ddc color RGB value is (86,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011101 11011100
Octal 126 135 334
Decimal 86 93 220
Hex 56 5D DC

RGB Percentages of Color #565ddc

%21.55
%23.31
%55.14

CMYK Percentages of Color #565ddc

%61
%58
%0
%14

Triadic Colors of #565ddc

#565ddc #dc565d #5ddc56

Analogous Colors of #565ddc

#565ddc #9256dc #56a0dc

Monochromatic Colors of #565ddc

#565ddc

Complementary Color

#565ddc #dcd556

#565ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#565ddc Color CSS Codes

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

#565ddc Text Font Color

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

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


#565ddc Background Color

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

This div background color is #565ddc


#565ddc Border Color

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

This div border color is #565ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565ddc


Comments

No comments written yet.

Please login to write comment.