Color Hex Logo

#5657dc Color Hex

#5657DC
(86,87,220)
0 Favorites   0 Comments

Color spaces of #5657dc

RGB 8687220
HSL0.670.660.60
HSV240°61°86°
CMYK 0.610.600.00   0.14
XYZ20.164213.962169.3423
Yxy13.96210.19490.1349
Hunter Lab37.365930.9358-83.8722
CIE-Lab44.178538.8166-68.3156

#5657dc color RGB value is (86,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 11011100
Octal 126 127 334
Decimal 86 87 220
Hex 56 57 DC

RGB Percentages of Color #5657dc

%21.88
%22.14
%55.98

CMYK Percentages of Color #5657dc

%61
%60
%0
%14

Triadic Colors of #5657dc

#5657dc #dc5657 #57dc56

Analogous Colors of #5657dc

#5657dc #9856dc #569adc

Monochromatic Colors of #5657dc

#5657dc

Complementary Color

#5657dc #dcdb56

#5657dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5657dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5657dc Color CSS Codes

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

#5657dc Text Font Color

<p style="color:#5657dc">Text here</p>

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


#5657dc Background Color

<div style="background-color:#5657dc">
Div content here</div>

This div background color is #5657dc


#5657dc Border Color

<div style="border:3px solid #5657dc">
Div here</div>

This div border color is #5657dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5657dc


Comments

No comments written yet.

Please login to write comment.